...

/

User Authorization Primer

User Authorization Primer

Now that we have completely authenticated our user, it is now possible to implement authorization.

What is User Authorization? #

Authorization is a security mechanism used to determine user/client privileges or access levels related to system resources, including computer programs, files, services, data, ​and application features. Authorization is normally preceded by authentication for user identity verification.

Types of Authorization

...