Metadata-Version: 2.1
Name: Rest-Framework-Auth-Toolkit
Version: 0.8
Summary: Simple, flexible signup and login for APIs
Home-page: https://github.com/caravancoop/rest-framework-auth-toolkit
Author: Caravan Coop
Author-email: hi@caravan.coop
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: django (~=1.11)
Requires-Dist: djangorestframework
Requires-Dist: facepy


This libary provides mixins and views to handle signup, login and logout
in an API built with django-rest-framework.  After login, client
applications get a token for the API requests.

Email-based signups and Facebook login are supported.

Contrary to other similar modules, rest-auth-toolkit doess not provide
a set of Django apps to include and configure in your settings, but a
collection of mixins, base classes, base views and simple templates
that you can integrate and customize in your own apps.


