Skip to content

Commit 34a7a48

Browse files
committed
Merge pull request #1959 from konradhalas/add-djoser-to-docs
Add djoser to authentication docs
2 parents b3af4d9 + 5e89994 commit 34a7a48

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/api-guide/authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ The [HawkREST][hawkrest] library builds on the [Mohawk][mohawk] library to let y
415415

416416
HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a way to achieve origin authentication and message integrity for HTTP messages. Similar to [Amazon's HTTP Signature scheme][amazon-http-signature], used by many of its services, it permits stateless, per-request authentication. [Elvio Toccalino][etoccalino] maintains the [djangorestframework-httpsignature][djangorestframework-httpsignature] package which provides an easy to use HTTP Signature Authentication mechanism.
417417

418+
## Djoser
419+
420+
[Djoser][djoser] library provides a set of views to handle basic actions such as registration, login, logout, password reset and account activation. The package works with a custom user model and it uses token based authentication. This is a ready to use REST implementation of Django authentication system.
421+
418422
[cite]: http://jacobian.org/writing/rest-worst-practices/
419423
[http401]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2
420424
[http403]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4
@@ -449,3 +453,4 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a
449453
[hawk]: https://github.com/hueniverse/hawk
450454
[mohawk]: http://mohawk.readthedocs.org/en/latest/
451455
[mac]: http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token-05
456+
[djoser]: https://github.com/sunscrapers/djoser

docs/topics/third-party-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To submit new content, [open an issue](https://github.com/tomchristie/django-res
1616
* [djangorestframework-jwt](https://github.com/GetBlimp/django-rest-framework-jwt) - Provides JSON Web Token Authentication support.
1717
* [hawkrest](https://github.com/kumar303/hawkrest) - Provides Hawk HTTP Authorization.
1818
* [djangorestframework-httpsignature](https://github.com/etoccalino/django-rest-framework-httpsignature) - Provides an easy to use HTTP Signature Authentication mechanism.
19+
* [djoser](https://github.com/sunscrapers/djoser) - Provides a set of views to handle basic actions such as registration, login, logout, password reset and account activation.
1920

2021
### Permissions
2122

0 commit comments

Comments
 (0)