From 1ccf3d752de856eabe41623600e02c1235f981c0 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 5 Jan 2015 17:32:58 -0300 Subject: [PATCH] Edit README. --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dd99617..7cdcabc 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,11 @@ 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. + ************ Installation ************ @@ -10,7 +15,7 @@ Install the package using pip. .. code:: bash - pip install -e git+https://github.com/juanifioren/django-openid-provider.git#egg=openid_provider + pip install https://github.com/juanifioren/django-openid-provider/archive/master.zip Add it to your proyect apps.