Skip to content

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)

License

Notifications You must be signed in to change notification settings

MarlonJD/django-rest-auth

 
 

Repository files navigation

Welcome to django-rest-auth

WARNING: This is fork of the Tivix's repo for Django 4.0 compatibility. When that repo will ready. I'll remove this fork from PyPI

Repository is unmaintained at the moment (on pause). More info can be found on this issue page: Tivix#568

https://readthedocs.org/projects/django-rest-auth/badge/?version=latest

Django-rest-auth provides a set of REST API endpoints for Authentication and Registration

## Installation

### PIP

This will install the latest stable release from PyPi.

```
pip install django-rest-auth-forked

```

Documentation

http://django-rest-auth.readthedocs.org/en/latest/

Source code

https://github.com/Tivix/django-rest-auth

Stack Overflow

http://stackoverflow.com/questions/tagged/django-rest-auth

About

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%