Helper app as oidc client
Project description
KAOC behaves like OpenID Connect client as Django helper application. KANTAN means “naive” or, “very simple”.
Installation
shell>pip install djangokantanoidc
Usage
Installed apps:
INSTALLED_APPS = (
...
'kantanoidc.apps.KantanoidcConfig',
...
)
URLconfs for Django project:
urlpatterns = [
...
path('kantanoidc/', include('kantanoidc.urls')),
]
Settings
KAOC_SERVER
Default: ''
OpenID Connect Authorization Server URL.
KAOC_CLIENT_ID
Default: ''
Client ID.
KAOC_CLIENT_SECRET
Default: ''
Client secret.
KAOC_EXTENDER (Optional)
Default: None
Extend a basic authentication flow.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangokantanoidc-0.1.6.tar.gz.
File metadata
- Download URL: djangokantanoidc-0.1.6.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2a0f8d8718d2d10e8349bcc0ff0b705c94cc88df0025fb96d114dd2eae22c80
|
|
| MD5 |
dad305126c9d968aab6b4ed53cecedc9
|
|
| BLAKE2b-256 |
ca1f8847f58c2ee814dc968f825c177f308f94566c44595833844a8155708eaf
|
File details
Details for the file djangokantanoidc-0.1.6-py3-none-any.whl.
File metadata
- Download URL: djangokantanoidc-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edfea6c3844a3ecdbdc32362e2a7d021a87e7d9dc6c0e42cff925270134db668
|
|
| MD5 |
ab88221eafe519f30b4122a57b166379
|
|
| BLAKE2b-256 |
d9be2e3024ffe784626c2eec49b308e0818fb9f04fd0eb81d9b270083e5f1065
|