BACKEND-AUTH-API is a app to manage your authentication backend api with integrated doc.
Detailed documentation is in the “docs” directory.
Quick start
Add “authapi” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'authapi', ]Include the authapi URLconf in your project urls.py like this:
path('authapi/', include('authapi.urls')),Run python manage.py migrate to create the authapi 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/authapi/ to see all urls related to a backend authentication.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-backend-auth-api-0.2.1.tar.gz
(183.7 kB
view details)
File details
Details for the file django-backend-auth-api-0.2.1.tar.gz.
File metadata
- Download URL: django-backend-auth-api-0.2.1.tar.gz
- Upload date:
- Size: 183.7 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 |
360f3d73a159c76bd4274d7a8bfd4dc3ea032832a0d20b05818527614bc24fd0
|
|
| MD5 |
296041a22b3c2c69ffba31279c449a89
|
|
| BLAKE2b-256 |
c64e61ac480f5b3384b126170e2ee382256075b4f00b12b10cb624937761071d
|