From 5dbc0979e0ae9b4c0414f71e0c51cd6dd2c735bc Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Sun, 28 Jun 2015 13:53:51 -0300 Subject: [PATCH 1/2] Fix DOC. --- DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOC.md b/DOC.md index ac2c723..471eee6 100644 --- a/DOC.md +++ b/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. From a5598108b22b0efc1e679fd3f45847babef3aeca Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 30 Jun 2015 17:03:53 -0300 Subject: [PATCH 2/2] Update README. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c99791c..3190102 100644 --- a/README.rst +++ b/README.rst @@ -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