Django & React - JWT Authentication with Http-Only Cookie Part 1 - Backend

preview_player
Показать описание
JWT Authentication API built in Django and tested in Postman. The tokens (access and refresh tokens) are stored in Http-Only Cookie.

Part 2 where we will built React frontend part, will come soon...

#django
#react
#auth
#authentication
#jwt
#token
#cookies
Рекомендации по теме
Комментарии
Автор

I've already implemented react+DRF authentication with jwt, and I store the tokens in local storage, i know it's not secure, but this seems like lot of work.
maybe one day I'll come back to this tutorial, Awesome tutorial ❤

youssefaserrar
Автор

do we still need csrf token after implementing jwt ? I mean is jwt not enough ? by the way great video please keep it up. Thanks

ankushagarwal