diff options
| author | Tom Christie | 2014-10-31 15:19:15 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-10-31 15:19:15 +0000 |
| commit | 159c3de9fc25c63e6e0ca1fe6b0cea26ea38a070 (patch) | |
| tree | 31bba829b2e2cad5917607b22cd4bbc4cb80548e /docs/topics/third-party-resources.md | |
| parent | 45b5f23f3142c1b63258c8ad092887538eee5517 (diff) | |
| parent | 4ad4fca6cec66b8f088921404e6896ee0b324a03 (diff) | |
| download | django-rest-framework-159c3de9fc25c63e6e0ca1fe6b0cea26ea38a070.tar.bz2 | |
Merge master
Diffstat (limited to 'docs/topics/third-party-resources.md')
| -rw-r--r-- | docs/topics/third-party-resources.md | 1 |
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 |
