Authentication, Authorization, and OAuth/OIDC
Authentication
Tells you who the user is. It’s all about verifying identity.
Authorization
Tells you what that user is allowed to do. It’s about checking if the client has permission to access a specific resource.
Basic Auth with Access Tokens
Here’...
authflow.hashnode.dev7 min read