mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 18:43:44 +03:00
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)
c7a3545929
There are a few changes from FBVs to CBVs - Some of the redirect arguments are now `success_url` - `is_admin_site` looks like it's functionally a noop, with no replacement argument. |
||
---|---|---|
.circleci | ||
demo | ||
docs | ||
rest_auth | ||
tests | ||
.gitignore | ||
AUTHORS | ||
codecov.yml | ||
dev-requirements.txt | ||
LICENSE | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Welcome to django-rest-auth =========================== .. image:: https://circleci.com/gh/Tivix/django-rest-auth.svg?style=shield :target: https://circleci.com/gh/Tivix/django-rest-auth .. image:: https://codecov.io/gh/Tivix/django-rest-auth/branch/master/graph/badge.svg :target: https://codecov.io/gh/Tivix/django-rest-auth .. image:: https://readthedocs.org/projects/django-rest-auth/badge/?version=latest :target: https://readthedocs.org/projects/django-rest-auth/?badge=latest .. image:: https://img.shields.io/pypi/v/django-rest-auth.svg :target: https://pypi.python.org/pypi/django-rest-auth .. image:: https://img.shields.io/pypi/l/django-rest-auth.svg :target: https://pypi.python.org/pypi/django-rest-auth Django-rest-auth provides a set of REST API endpoints for Authentication and Registration 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