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