Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider
This commit is contained in:
commit
2dc0f845b4
2 changed files with 6 additions and 2 deletions
2
DOC.md
2
DOC.md
|
@ -157,7 +157,7 @@ If a field is empty or ``None`` will be cleaned from the response.
|
|||
##### OIDC_IDTOKEN_EXPIRE
|
||||
OPTIONAL.
|
||||
|
||||
`bool`. Expressed in seconds. Default is `60*10`.
|
||||
`int`. Expressed in seconds. Default is `60*10`.
|
||||
|
||||
##### OIDC_IDTOKEN_SUB_GENERATOR
|
||||
OPTIONAL. Subject Identifier. A locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.
|
||||
|
|
|
@ -13,10 +13,14 @@ Django OIDC Provider
|
|||
|
||||
Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects.
|
||||
|
||||
Read docs for more info.
|
||||
Read latest docs for more info.
|
||||
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md
|
||||
|
||||
Or see docs for your specific package version. Replace vX.X.X.
|
||||
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/vX.X.X/DOC.md
|
||||
|
||||
See changelog here.
|
||||
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/master/CHANGELOG.md
|
||||
|
|
Loading…
Reference in a new issue