dj-rest-auth 0.1.4
pip install dj-rest-auth==0.1.4
Released:
Authentication and Registration in Django Rest Framework
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: iMerica
- Tags django , rest , auth , registration , rest-framework , django-registration , api
- Requires: Python >=3.5
Classifiers
- Framework
- Intended Audience
- Operating System
- Topic
Project description
Dj-Rest-Auth
Drop-in API endpoints for handling authentication securely in Django Rest Framework. Works especially well with SPAs (e.g React, Vue, Angular), and Mobile applications.
Requirements
- Django 2 or 3.
- Python 3
Quick Setup
Install package
pip install dj-rest-auth
Add dj_rest_auth
app to INSTALLED_APPS in your django settings.py:
INSTALLED_APPS = (
...,
'rest_framework',
'rest_framework.authtoken',
...,
'dj_rest_auth'
)
Add URL patterns
urlpatterns = [
url(r'^dj-rest-auth/', include('dj_rest_auth.urls'))
]
Documentation
View the full documentation here: https://dj-rest-auth.readthedocs.io/en/latest/index.html
Acknowledgements
This project began as a fork of django-rest-auth
. Big thanks to everyone who contributed to that repo!
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: iMerica
- Tags django , rest , auth , registration , rest-framework , django-registration , api
- Requires: Python >=3.5
Classifiers
- Framework
- Intended Audience
- Operating System
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dj-rest-auth-0.1.4.tar.gz
.
File metadata
- Download URL: dj-rest-auth-0.1.4.tar.gz
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1a81364e4676c7eb7ebca9ddb0e747fa1b2a9d4697b020ea44a8d7b53063b00b
|
|
MD5 |
8c61cd5c6a4f7d33bfbdcf797d3bb372
|
|
BLAKE2b-256 |
dfdde2c970a89595dd29733ce2e5ff5cd0fe2ac118b69b8aec1048a6fa87660c
|