Building a JSON Rest API with Python and Flask Part 3: Authentication with JWT

Опубликовано: 17 Март 2026
на канале: Dev Plus Plus
91
4

In This Episode:

Continuing with the previous project
Authentication vs Authorization
Creating our Users Database
Login with JSON WEB TOKEN:
Install pyjwt
Generate a secret
Web service to login
Middleware-ish to authenticate a User
Closing

Pending for other videos:
Deployment
Async and Periodic Tasks

Github Repo:
https://github.com/dev-plusplus/pytho...