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
ante 4065952f70 Making SocialLoginSerializerPasswordChangeSerializer compatible with DRF3
- validate_access_token - works with field value and not with dictionary of all values
2015-01-03 15:05:40 +01:00
demo Test za DRF3 2015-01-02 09:04:29 +01:00
docs version 0.3.2 2014-12-15 00:09:49 +01:00
rest_auth Making SocialLoginSerializerPasswordChangeSerializer compatible with DRF3 2015-01-03 15:05:40 +01:00
.gitignore final versio of demo project 2014-10-16 13:13:55 +02:00
.travis.yml fix travis config file 2014-10-09 12:24:26 +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.2 2014-12-15 00:09:49 +01:00
test_requirements.pip move django-allauth and responses from setup.py to test_requirements.pip 2014-10-09 11:51:33 +02:00
test_settings.py Problems finding authtoken module 2015-01-03 14:57:32 +01: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