November 2019
Beginner to intermediate
372 pages
6h 24m
English
By the end of this chapter, you will be able to:
This chapter covers how to develop a user login/logout function using JWT.
In the previous chapter, we completed the database setup and configuration and linked the database to the code using ORM. We then implemented the user registration API on top of that. This chapter is divided into four parts. The first part is about authenticating the user and allowing them to log ...