MadeStone

Authenticating a Flask API Using JSON Web Tokens

Просмотры:
22
Дата загрузки:
28.11.2023 04:11
Длительность:
00:20:33
Категория:
Обучение

Описание

In this video, I show you how to use JSON Web Tokens (JWT) to authenticate users of your API. First, a user will have to login using a specially created route which returns a token. Once a token is generated, it can be sent along with the rest of the request to other parts of your API to verify the user's identity without the user having to provide any additional login information. It's an easy way to verify the identity of users without making them go through the extra step of logging in every time they make a request.

Need one-on-one help with your project? I can help through my coaching program. Learn more here: https://prettyprinted.com/coaching

Join my free course on the basics of Flask-SQLAlchemy: https://prettyprinted.com/flasksql

Basic HTTP Auth video: https://youtu.be/VW8qJxy4XcQ

Intro to JWT video: https://youtu.be/tfKatqbZicA

Источники:

Рекомендуемые видео