Django Rest Framework API #20 / JWT, JSON Web Token Authentication with Django Rest Framework

preview_player
Показать описание
Django rest framework API authentication with JWT (JSON Web Token).
How to use JSON Web Tokens (JWT) with Django REST Framework for authentication.
Using Simple JWT to implement Jason Web Token Authentication in Django Rest API.
Stating the difference between JWT and AuthToken.
JSON Web Token Authentication and RefreshToken .

Django Rest Framework API #7 / Authentications, Permissions With Decorators:

Django Rest Framework API #5 / Rest-Auth Registration and Login:
Рекомендации по теме
Комментарии
Автор

11:15 We don't need to wrap the token in Quotes

codeenvironment
Автор

Note that he's chosen to use SimpleJWT for this application.

Dedread
Автор

Best DRF series on internet. Love you man ❤

mahmudsajib
Автор

Super... Waiting for more videos in djangorestframework

NandWebDev
Автор

Subscribed Thanks. waiting for next video. can you cover this topics too: CustomUser Model, Django Channels, Redis, Celery, Async, etc...
Suggestion: start telegram/slack improve the community.

KrishnaManohar
Автор

10:23 it queries data from the default Django user Model? How would I obtain a token from a custom authentication backend? By the way great detailed explanation!

csandreas
Автор

Can you change the title Jason -> JSON*

KrishnaManohar