Building a JSON REST API with Python and Flask

Опубликовано: 12 Октябрь 2024
на канале: Dev Plus Plus
113
6

In This Episode:

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

Pending for other videos:
Deployment
Async and Periodic Tasks

Repo: https://github.com/dev-plusplus/nodej...
Reference: https://www.digitalocean.com/communit...