aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkonradhalas2014-10-16 15:16:13 +0200
committerkonradhalas2014-10-16 15:16:13 +0200
commit5e89994a10105b03b89abf0d0c9fee766942660e (patch)
treee0e95d1d8c967deac62410450381720ffb1b9e53
parent113a28ed8ad65d912180e8be7a92b679251b0249 (diff)
downloaddjango-rest-framework-5e89994a10105b03b89abf0d0c9fee766942660e.tar.bz2
Add to main 3rd party resources list.
-rw-r--r--docs/topics/third-party-resources.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/third-party-resources.md b/docs/topics/third-party-resources.md
index 1ca91742..0317dd64 100644
--- a/docs/topics/third-party-resources.md
+++ b/docs/topics/third-party-resources.md
@@ -16,6 +16,7 @@ To submit new content, [open an issue](https://github.com/tomchristie/django-res
* [djangorestframework-jwt](https://github.com/GetBlimp/django-rest-framework-jwt) - Provides JSON Web Token Authentication support.
* [hawkrest](https://github.com/kumar303/hawkrest) - Provides Hawk HTTP Authorization.
* [djangorestframework-httpsignature](https://github.com/etoccalino/django-rest-framework-httpsignature) - Provides an easy to use HTTP Signature Authentication mechanism.
+* [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.
### Permissions