Django REST JWT authentication | Simple JWT

preview_player
Показать описание
Django REST JWT authentication | Simple JWT

# Django rest framework authentication # Simple JWT

In this video, I will take you through Django Simple JWT Token Authentication with the Django rest framework. I have also illustrated the difference among Basic authentication, Token authentication and Simple JWT authentication of Django REST framework.
Рекомендации по теме
Комментарии
Автор

great work .... can you please make a tutorial of the simple_jwt that implements the serializer and the view. eg. retuning the user info and the tokens as well.

benjaminandoh
Автор

You're indeed "Munir". You just shed LIGHT on this topic that has been haunting me for long time.

Thank you so much.

geoafrikana
Автор

Token auth vs JWT auth - part is the best, thank you !

AkramKhan-lglr
Автор

Thank you, , , need more videos like ...

tusharimaran
Автор

Videos looks so easy to understand, thanks for what you do.

paborlouise
Автор

Thank you for the content. How would you implement admin approval before users can login? Similar to registration redux.

yasayah
Автор

so every user need to go to postman to get the token? should we raise another form for user to enter that token to validate the login?

ramerlacida
Автор

Please do djoser with email password login fields.. No username

tolulopeayemobola
Автор

Is it possible to log into django admin panel with this authentication method?

alexanderp
Автор

Hi, i have a doubt. Suppose a user A generated a access token, and using that access token he is excuted User_details api. And again he generated new access tokn using api and executed user_details api. Then he can execute that user details api with old access token and new access token at same time...how we can prevent this scenario... A user can access api using only one token at a time.... Can you help me to do this?

jintuthomas
Автор

if you can provide the functions of get_user_detail, cause i have probleme with authentification with access token and i want to know how the funtion was implemented just to compare with my code, please if u can share the code in the description, thank u

meddahmadjid
Автор

do i need the two auth urls from djoser to make it work simple jwt? i am getting the error, "detail": "No active account found with the given credentials" the password is hashed and is active

jhoanmartinezsilva
Автор

Great video! ps next time, please close the windows during recording ;)

szymonslominski
Автор

Hai,
After we saved this token in local storage how the backend know my token is stored in the local storage.

vinodraj
Автор

how did you get the user, I think some kind of function that takes the access_token and responds with a user, can you provide the Github link or smth please

baetraki
Автор

Hii. great video. Can you please tell how can i get other fields with simple-jwt token (eg. username, first_name, last_name)

aakashbhaikatti
Автор

Hi I generated the new Token it is working perfectly. Now when I am including this Token in LoginView then it is not validating.

Is there any best way to send this Token to the frontend by including in header or if we can update the previous Token by new Token in Login View.

I am not getting that how to work with Django REST Framework default authtoken. Please guide me what is the standard process of using Token Based Authentication.

abubakarshf
Автор

{
"detail": "No active account found with the given credentials"
}

Getting this error

suryaraj