diff options
| author | Mateusz Sikora | 2015-02-25 17:58:54 +0100 | 
|---|---|---|
| committer | Mateusz Sikora | 2015-02-25 17:58:54 +0100 | 
| commit | 71619a02c58df8ee56533daa70e5cc5ece278cf7 (patch) | |
| tree | f640ef216a22c5e8b82b0060766d8882094dae3d /docs | |
| parent | 5688d8b73648c67fbe5ea003916dae04a7c5bba0 (diff) | |
| download | django-rest-framework-71619a02c58df8ee56533daa70e5cc5ece278cf7.tar.bz2 | |
Update third-party-resources.md
Diffstat (limited to 'docs')
| -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 e26e3a2f..3125601b 100644 --- a/docs/topics/third-party-resources.md +++ b/docs/topics/third-party-resources.md @@ -188,6 +188,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque  * [hawkrest][hawkrest] - Provides Hawk HTTP Authorization.  * [djangorestframework-httpsignature][djangorestframework-httpsignature] - Provides an easy to use HTTP Signature Authentication mechanism.  * [djoser][djoser] - Provides a set of views to handle basic actions such as registration, login, logout, password reset and account activation. +* [django-rest-auth][django-rest-auth] - Provides a set of REST API endpoints for registration, authentication (including social media authentication), password reset, retrieve and update user details, etc.  ### Permissions | 
