4. Authentication Services and Security with JWT
Learning Objectives
By the end of this chapter, you will be able to:
- Apply your knowledge of JWT
- Create an access token using Flask-JWT-Extended
- Develop a membership login system
- Implement an access control system (authentication and permissions)
- Work with a refresh token
- Restrict access using a blacklist
This chapter covers how to develop a user login/logout function using JWT.