JWT Authentication Using Django REST Framework SimpleJWT | Learn Django REST Framework #10

preview_player
Показать описание
JWT Authentication Using Django REST Framework SimpleJWT
In this video, we look at how to implement JWT authentication in the Django REST Framework. We use the SimpleJWT plugin that makes it so easy to help us to create, refresh and verify JWTs.

LEARN MORE:

SOURCE CODE:

GITHUB:

TWITTER:
Рекомендации по теме
Комментарии
Автор

The best tutorial about JWT I've ever seen

サタン-ei
Автор

This is great Ssali. Super clear and easy to follow.

DavidOkwii
Автор

Not sure if you performed another pre step but when I followed along til 6:53 I got "username: this field is required" 400 bad request error.

BryanEdwardArmijos
Автор

Is this way good and secure enough for a commercial app?

fabianandrespinedasalazar
Автор

Hello again. How can I store the user's access token in the django admin when a user login?

heddaolsen
Автор

cannot import name 'RefreshToken' from 'rest_framework_simplejwt'

laughone
Автор

url =

{
"detail": "No active account found with the given credentials"
}....sir can u help me?

afsulrahman
Автор

How to logout the user with this JWT token authentication system?

Doesn't work with just this:


def logout_user(request:Request):
logout(request)

heddaolsen
visit shbcf.ru