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
kadir f1f434dce1 Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version.
- Added the orce_str method to the 
est_auth\serializers.py file.
- Added the gettext_lazy method to the iews.py file.
- Replaced url functions with path functions in the urlpatterns list.

With these changes, I've updated the project to be compatible with the latest Django version and adjusted for removed methods, thereby enhancing project stability.
2024-03-13 19:26:50 +03:00
demo feat: prep for new release (0.9.5) 2019-04-01 09:51:08 +02:00
docs Merge pull request #468 from kneufeld/master 2019-04-18 20:01:15 +02:00
rest_auth Updated project to Django 5.0.2 and made necessary changes to accommodate removed methods in this version. 2024-03-13 19:26:50 +03:00
.gitignore Update .gitignore from GH 2018-08-21 21:18:41 -07:00
.travis.yml Exclude Python 2.7 for Django 2.0 2018-06-11 09:02:02 +02:00
AUTHORS Created AUTHORS, MANIFEST.in, and setup.py. 2014-04-30 13:55:04 -07:00
dev-requirements.txt Adds django-allauth to dev-requirements.txt 2018-10-27 02:14:25 -03: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 Update deprecation notice with link to fork 2022-02-24 15:07:25 -08:00
runtests.py Reorganized test files 2015-12-04 09:32:03 +01:00
setup.cfg Add wheel & metdata config 2018-08-21 21:29:15 -07:00
setup.py feat: prep for new release (0.9.5) 2019-04-01 09:51:08 +02:00

===========
Deprecated
===========
Please use https://github.com/iMerica/dj-rest-auth as this project is no longer maintained. Thanks!


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