Skip to content

Commit

Permalink
Mark django-rest-auth as unsupported repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohmyo committed Mar 10, 2020
1 parent 908f91d commit 0d2dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a

[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.

## django-rest-auth
## django-rest-auth (The repo is on pause and is currently unsupported on Sep 9, 2019)

[Django-rest-auth][django-rest-auth] library provides a set of REST API endpoints for registration, authentication (including social media authentication), password reset, retrieve and update user details, etc. By having these API endpoints, your client apps such as AngularJS, iOS, Android, and others can communicate to your Django backend site independently via REST APIs for user management.

Expand Down

0 comments on commit 0d2dbe0

Please sign in to comment.