Edit README.

This commit is contained in:
juanifioren 2015-01-05 17:40:40 -03:00
parent 1ccf3d752d
commit 453902f5df

View file

@ -4,8 +4,9 @@ Django OpenID Provider
Important things that you should know:
- Although OpenID was built on top of OAuth2, this isn't an OAuth2 server. Maybe in a future it will be.
- This just cover the ``authorization_code`` flow, no support for ``implicit`` flow at this moment.
- Although OpenID was built on top of OAuth2, this isn't an OAuth2 server. Maybe in a future it will be.
- This just cover the ``authorization_code`` flow, no support for ``implicit`` flow at this moment.
- Only support for requesting Claims using Scope Values.
************
Installation