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.0.4-py3-none-any.whl (5.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size djangokantanoidc-0.0.4.tar.gz (4.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for djangokantanoidc-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21e11b0073cbb941746163d98a0b899a90abeaa5950038f5e0fdafe23c5a5b92 |
|
MD5 | 17abef5c5a6450e706cccdc478333790 |
|
BLAKE2-256 | f52e55957d57721c5553e153b7c97d85436610ebdc0cf42e746998e6abef8baf |