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)
Go to file
Ryan P Kilby c7a3545929 Update auth views
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.
2019-04-22 13:27:09 -07:00
.circleci coveralls => codecov 2019-04-19 16:48:32 -07:00
demo feat: prep for new release (0.9.5) 2019-04-01 09:51:08 +02:00
docs Merge pull request #468 from kneufeld/master 2019-04-18 20:01:15 +02:00
rest_auth Add McCabe complexity checker 2019-04-19 12:01:43 -07:00
tests Update auth views 2019-04-22 13:27:09 -07:00
.gitignore Update .gitignore from GH 2018-08-21 21:18:41 -07:00
AUTHORS Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07:00
codecov.yml Simplify codecov comment 2019-04-19 16:56:51 -07:00
dev-requirements.txt Adds django-allauth to dev-requirements.txt 2018-10-27 02:14:25 -03:00
LICENSE Initial commit 2014-04-30 12:50:41 -07:00
manage.py Use standard management file instead of runtests 2019-04-19 11:51:04 -07:00
MANIFEST.in Update sdist file manifest 2019-04-19 12:01:43 -07:00
README.rst Update CI, add PyPI version/license, badges 2019-04-19 17:48:10 -07:00
setup.cfg Maybe fix coverage reporting w/ codecov 2019-04-19 17:22:00 -07:00
setup.py Move package metadata to setup.cfg 2019-04-19 12:01:43 -07:00
tox.ini Add tox config 2019-04-19 12:01:39 -07:00

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