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
2017-10-31 18:27:42 +01:00
demo Update configs and changelog for version 0.9.2 2017-10-02 15:52:33 -04:00
docs Fix urlpatterns format in docs 2017-10-03 10:17:48 -04:00
rest_auth Handle extra args and kwargs in all POST endpoints 2017-10-24 20:14:12 -04: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 fix: changed travis.yml and setup.py configuration 2017-10-31 16:34:29 +01:00
AUTHORS Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07:00
dev-requirements.txt deps: dev-requirements.txt to install developer dependencies 2017-02-12 16:47:03 -06: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 Add MANIFEST.in change from #335 to master branch 2017-10-02 12:31:02 -04:00
README.rst Updates README.rst with svg badges 2017-10-02 18:46:47 +03:00
runtests.py Reorganized test files 2015-12-04 09:32:03 +01:00
setup.py fix: revert setup.py changes 2017-10-31 17:13:57 +01:00

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

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


.. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.svg
    :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