Authentication and Authorization
a brief overview of authentication and authorization
NextJS auth
Authentication
Validate the user is who they claim to be.
current authentication factor are username and password
Authentication using email and password credentials.
On backend, we save email and hashed password that is later used to validate the user identity.