Dica 49 - DRF: Autenticação via JWT com djoser - Django REST framework

Github: https://github.com/rg3915/drf-example

https://djoser.readthedocs.io/en/latest/jwt_endpoints.html

JSON Web Token Authentication: https://djoser.readthedocs.io/en/latest/authentication_backends.html#json-web-token-authentication

pip install djoser djangorestframework-simplejwt

jwt.png

Pegar access

Consumindo a API com Python

Last updated

Was this helpful?