diff --git a/README.md b/README.md index 2db55981..a253170a 100644 --- a/README.md +++ b/README.md @@ -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.