Authentication and Authorization
- Arun Nukula
- Apr 27, 2020
- 1 min read
Authentication
Confirms your identity
Verifies who you are
Requires login credentials
Authorization
Determines what you have access to
Grants permission to access a resource
Requires a user role
Comments