Django-authapi is a app that provide all urls four your authentication in your backend api.
Detailed documentation is in the “docs” directory.
Quick start
Add “api” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'api', ]Include the api URLconf in your project urls.py like this:
path('api/', include('api.urls')),
Run python manage.py makemigrations api to make migrations for this app .
Run python manage.py migrate to create the api models.
Start the development server and visit http://127.0.0.1:8000/admin/ to see docs (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/api/ to participate all urls related to authentication backend api.
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 django-auth-api-0.1.tar.gz.
File metadata
- Download URL: django-auth-api-0.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5741661644bd005b9b1aa706c1a93b589f62686d3c69d78fb7b4e7222cdb97d5
|
|
| MD5 |
4b8c803542ba8352cd10fb9e5f73505a
|
|
| BLAKE2b-256 |
82361dddf86b07cb29ebf10a1e7689b53470c3437178b5e57cda0915569863eb
|