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
Maciej Jaworski 24af3512de Merge pull request #76 from Antwan86/master
Removes a warning due to the usage of django.utils.importlib which is deprecated. Includes backward compatibility for Django 1.5 & 1.6 + Python 2.6.
2015-04-27 14:12:41 +02:00
demo Added simple redirect to fix #66 2015-04-13 15:04:14 +02:00
docs fixed url conf in example 2015-04-27 11:01:19 +02:00
rest_auth Fixed version check 2015-04-27 20:05:25 +08:00
.gitignore Updated gitignore 2015-04-13 15:03:46 +02:00
.travis.yml Django 1.8 compatibility fixes 2015-04-17 09:53:46 +02:00
AUTHORS Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07: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 change README extension 2014-10-10 17:39:29 +02:00
runtests.py move some test files outside app 2014-10-14 14:56:00 +02:00
setup.py version 0.3.4 2015-01-27 17:13:47 +01:00
test_requirements.pip Django 1.8 compatibility fixes 2015-04-17 09:53:46 +02:00
test_settings.py move some test files outside app 2014-10-14 14:56:00 +02: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://requires.io/github/Tivix/django-rest-auth/requirements.png?branch=master
    :target: https://requires.io/github/Tivix/django-rest-auth/requirements/?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