August 2021
Intermediate to advanced
304 pages
8h 50m
English
This chapter covers
Authentication and authorization have a tendency to be confused with each other. Authentication relates to who a user is; authorization relates to what a user can do. Authentication and authorization are often referred to as authn and authz, respectively. Authentication is the prerequisite for authorization. In this chapter, I cover authorization, also known as access control, as it relates to application development. In the next chapter, I continue with OAuth 2, a standardized authorization protocol.
Note At the time of this writing, broken authorization is number ...
Read now
Unlock full access