django-oidc-provider/README.rst

24 lines
662 B
ReStructuredText
Raw Normal View History

2015-01-13 04:34:13 +00:00
2015-02-18 18:07:22 +00:00
Django OIDC Provider
2015-02-13 00:14:37 +00:00
####################
2014-12-19 15:27:43 +00:00
2015-02-26 19:51:54 +00:00
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.
2015-02-20 17:33:18 +00:00
2015-02-26 19:51:54 +00:00
Read docs for more info. https://github.com/juanifioren/django-oidc-provider/blob/master/doc.md
2015-01-29 19:19:48 +00:00
2015-02-11 18:37:51 +00:00
*************
Running tests
*************
2015-02-19 18:45:51 +00:00
You need a Django project properly configured with the package. Then just run tests as normal.
2015-02-11 18:37:51 +00:00
2015-02-18 17:37:09 +00:00
.. code::
2015-02-11 18:37:51 +00:00
2015-02-18 18:07:22 +00:00
$ python manage.py test oidc_provider
2015-02-11 18:37:51 +00:00
2015-01-29 19:19:48 +00:00
************
Contributing
************
We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just submit a Pull Request.