Add djoser

This commit is contained in:
DmitryTok 2024-07-05 15:49:12 +02:00
parent 8bfda02829
commit f38e264e78

View File

@ -173,6 +173,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [authlib](https://github.com/lepture/authlib) - JavaScript Object Signing and Encryption draft implementation.
* [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
* [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) - OAuth 2 goodies for Django.
* [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django authentication system.
* [oauthlib](https://github.com/oauthlib/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic.
* JWT
* [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.