Security
AuthN vs AuthZ: Authentication vs Authorization Explained
Authentication (AuthN) proves who a client is; authorization (AuthZ) decides what that client may do. In every correct request flow they run in a fixed order: AuthN first, AuthZ ...