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
mario 8365d729ac Merge pull request #248 from jberends/master
Refactored demo.settings to use TEMPLATE dictionary settings for django
2016-08-31 00:01:01 +02:00
demo Refactored the settings of the demo to confirm to the use of TEMPLATE_* settings in django. 2016-08-29 14:58:47 +02:00
docs More release changes (0.8.0) 2016-07-28 21:16:35 +02:00
rest_auth fix import allauth error 2016-08-12 10:46:25 +03: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 Dropping django 1.7 support 2016-07-18 07:20:02 +02:00
AUTHORS Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07:00
flake8 adding static code analysis 2015-04-28 10:04:20 +02: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 Bump to v0.8.1 2016-07-28 22:45:39 +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://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