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.1-py3-none-any.whl (5.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size djangokantanoidc-0.1.1.tar.gz (4.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for djangokantanoidc-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cb56de0c0b8d4b590f14c967e2e3873648f336f89518434cbd0da9d8f1ff10d |
|
MD5 | ff3234ead2a586a0ac0c2c6b233d849e |
|
BLAKE2-256 | e6b804d3f3a2967f7336b89d65512b53396e1beac10d219fb065d4da40eee3cd |