Update Docs.

This commit is contained in:
Juan Ignacio Fiorentino 2015-03-05 12:42:49 -03:00
parent a97ef2b5cf
commit 2e9cd8824c

2
doc.md
View file

@ -136,7 +136,7 @@ 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.
Is just a function that receives both `user` and `client` objects, returns a string.
Is just a function that receives a `user` object. Returns a unique string for the given user.
Default is:
```python