🏡🌞 A personal, friendly blog about my journey as a C#/.NET Software Engineer


Tag: authorization

  • 💞 It’s not your fault to mix up AuthN and AuthZ

    Recently, I have been witnessing numerous discussions around Authentication (the process of verifying a user’s identity, e.g. checking in at a hotel, also referred to as AuthN) and Authorization (granting access to resources based on the authenticated user’s permissions, e.g. receiving your hotel keycard, also referred to as AuthZ). The conversations would often revolve around…