...

/

Overview: Authentication and Authorization Using JWTs

Overview: Authentication and Authorization Using JWTs

Get an overview of the topics covered in this chapter.

We'll cover the following...

In this chapter, we’ll dive deeper into Django and its architecture. We’ll be working with models, serializers, and viewsets to create an API that can receive HTTP requests as well as return a response. This will be done by building an authentication and authorization system using JSON Web Tokens ...