Authentication & Authorization solution in form of micro-service.
Project description
Out-of-the-box solution for AAA services accessible through REST API.
Detailed documentation is in the README.md in main folder.
Quick start
Add “drf-micro-auth” to INSTALLED_APPS
INSTALLED_APPS = [ ... 'drf-micro-auth', ]Include the polls URLconf in your project urls.py like this:
path('drf_micro_auth/', include('drf_micro_auth.urls')),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/drf_micro_auth/docs/ to explore endpoints.
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
drf-micro-auth-0.1.tar.gz
(13.8 kB
view details)
File details
Details for the file drf-micro-auth-0.1.tar.gz.
File metadata
- Download URL: drf-micro-auth-0.1.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e8436056eacc76f906693dead42fbd1bf60f0b2172ccc4b03cf0c608850d2e3
|
|
| MD5 |
45d932ee0220f120e07ab72095471ec2
|
|
| BLAKE2b-256 |
6f89c69f7dcf956cabf7ea2b76dc80bb4c70e2b90a97ec86e92310f1dfbc0f7d
|