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
Daniel Stanton 0db8c0dd95 Knox Login/Logout
Rather than using the Knox views themselves, to respect Session and GET settings, and because Knox logout signal shouldn't be triggered
2017-01-25 12:04:42 +00:00
demo Update configs and changelog for version 0.9.0 2016-12-22 13:29:51 -08:00
docs Reverted use of REST_AUTH_TOKEN_APP 2017-01-25 10:44:31 +00:00
rest_auth Knox Login/Logout 2017-01-25 12:04:42 +00:00
.coveragerc Increased test coverage 2016-06-28 20:14:05 +02:00
.gitignore Unignores translation files 2016-02-23 18:24:55 +01:00
.travis.yml Update travis.yml and add latest Django 1.10 to tests 2016-12-31 12:59:49 -08:00
AUTHORS Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07:00
flake8 PEP8 cleanup and small text fixes 2016-12-21 14:08:56 -08:00
LICENSE Initial commit 2014-04-30 12:50:41 -07:00
MANIFEST.in Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07:00
README.rst version 0.6.0 2015-11-24 08:40:41 +01:00
runtests.py Reorganized test files 2015-12-04 09:32:03 +01:00
setup.py Update configs and changelog for version 0.9.0 2016-12-22 13:29:51 -08:00

Welcome to django-rest-auth
===========================

.. image:: https://travis-ci.org/Tivix/django-rest-auth.png
    :target: https://travis-ci.org/Tivix/django-rest-auth


.. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.png
    :target: https://coveralls.io/r/Tivix/django-rest-auth?branch=master


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


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