Update Docs.

This commit is contained in:
Juan Ignacio Fiorentino 2015-02-26 19:20:30 -03:00
parent cbbd1bdb0e
commit 9ed8df3f96

10
doc.md
View file

@ -70,10 +70,10 @@ LOGIN_URL = '/accounts/login/'
# OPTIONAL SETTINGS.
DOP_CODE_EXPIRE = 60*10 # 10 min.
DOP_EXTRA_SCOPE_CLAIMS = MyAppScopeClaims,
DOP_IDTOKEN_EXPIRE = 60*10, # 10 min.
DOP_TOKEN_EXPIRE = 60*60 # 1 hour.
OIDC_CODE_EXPIRE = 60*10 # 10 min.
OIDC_EXTRA_SCOPE_CLAIMS = MyAppScopeClaims,
OIDC_IDTOKEN_EXPIRE = 60*10, # 10 min.
OIDC_TOKEN_EXPIRE = 60*60 # 1 hour.
```
## Users And Clients
@ -221,4 +221,4 @@ See how we create our own scopes using the convention:
If a field is empty or ``None`` will be cleaned from the response.
**Don't forget to add your class into your app settings.**
**Don't forget to add your class into your app settings.**