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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size djangokantanoidc-0.1.6-py3-none-any.whl (5.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size djangokantanoidc-0.1.6.tar.gz (4.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for djangokantanoidc-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | edfea6c3844a3ecdbdc32362e2a7d021a87e7d9dc6c0e42cff925270134db668 |
|
MD5 | ab88221eafe519f30b4122a57b166379 |
|
BLAKE2-256 | d9be2e3024ffe784626c2eec49b308e0818fb9f04fd0eb81d9b270083e5f1065 |