django-oidc-provider/README.rst

22 lines
481 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-18 17:37:09 +00:00
OpenID Connect Provider implementation for Django. Read docs for more info. https://github.com/juanifioren/django-oidc-provider/wiki
2015-01-29 19:19:48 +00:00
2015-02-11 18:37:51 +00:00
*************
Running tests
*************
Just run them as normal Django tests.
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.