Authentication and Authorization
Authentication is a process of identifying & validating user against the credential (username / password) using for login.
Authorization performs after authentication & granting access to those users based on identity. It also allow access for specific resources of users.
Comments
Post a Comment