From 0d2dbe03d001aed0ceefd371aff653bf235ab15b Mon Sep 17 00:00:00 2001 From: Mahmoud Adel Date: Tue, 10 Mar 2020 21:25:53 +0200 Subject: [PATCH] Mark django-rest-auth as unsupported repo Source : https://github.com/Tivix/django-rest-auth/issues/568 --- docs/api-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index c4dbe8856..ab39c4752 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -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.