Skip to content

Commit 4f3cd8c

Browse files
eshaan7tomchristie
andauthored
add django-rest-durin to 3rd party auth libs [docs] (encode#7615)
Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent cef74d1 commit 4f3cd8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/api-guide/authentication.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,12 @@ There are currently two forks of this project.
436436

437437
[django-rest-authemail][django-rest-authemail] provides a RESTful API interface for user signup and authentication. Email addresses are used for authentication, rather than usernames. API endpoints are available for signup, signup email verification, login, logout, password reset, password reset verification, email change, email change verification, password change, and user detail. A fully-functional example project and detailed instructions are included.
438438

439+
## Django-Rest-Durin
440+
441+
[Django-Rest-Durin][django-rest-durin] is built with the idea to have one library that does token auth for multiple Web/CLI/Mobile API clients via one interface but allows different token configuration for each API Client that consumes the API. It provides support for multiple tokens per user via custom models, views, permissions that work with Django-Rest-Framework. The token expiration time can be different per API client and is customizable via the Django Admin Interface.
442+
443+
More information can be found in the [Documentation](https://django-rest-durin.readthedocs.io/en/latest/index.html).
444+
439445
[cite]: https://jacobian.org/writing/rest-worst-practices/
440446
[http401]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2
441447
[http403]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4
@@ -471,3 +477,4 @@ There are currently two forks of this project.
471477
[django-rest-knox]: https://github.com/James1345/django-rest-knox
472478
[drfpasswordless]: https://github.com/aaronn/django-rest-framework-passwordless
473479
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail
480+
[django-rest-durin]: https://github.com/eshaan7/django-rest-durin

0 commit comments

Comments
 (0)