Authentication and Registration in Django Rest Framework
Project description
Dj-Rest-Auth
Drop-in API endpoints for authentication in Django Rest Framework.
Requirements
- Django 2 or 3.
- Python 3
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',
...,
'rest_auth'
)
Add URL patterns
urlpatterns = [
url(r'^dj-rest-auth/', include('dj_rest_auth.urls'))
]
Project details
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
dj-rest-auth-0.1.0.tar.gz
(60.9 kB
view details)
File details
Details for the file dj-rest-auth-0.1.0.tar.gz
.
File metadata
- Download URL: dj-rest-auth-0.1.0.tar.gz
- Upload date:
- Size: 60.9 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 | 0904e229f0385fb256ae7206544ffe627c7d36be06f8d4be9407c5a0668a7c6e |
|
MD5 | 215d4b01f8784b812280c68da9431073 |
|
BLAKE2b-256 | fd4a4713bf6054258e9cdd7c1af98d4b9f31aae9cd9c9803727ec5ac0e90605c |