From 84ad3cae27b0e25f1bc792eda5dd71fadb8be3c7 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Tue, 3 Mar 2015 12:30:11 -0300 Subject: [PATCH] Update Docs. --- doc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc.md b/doc.md index 5c5e55b..5f0b018 100644 --- a/doc.md +++ b/doc.md @@ -1,3 +1,5 @@ +![OpenID Connect](http://wiki.openid.net/f/openid-logo-wordmark.png) + # Welcome to the Docs! 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. @@ -90,7 +92,7 @@ OpenID Connect Clients will use scope values to specify what access privileges a [Here](http://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims) you have the standard scopes defined by the protocol. -Check out an example: +Check out an example of how to implement it: ```python from oidc_provider.lib.claims import AbstractScopeClaims