django-oidc-provider/README.rst

33 lines
1.1 KiB
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
####################
2015-06-15 14:40:56 +00:00
.. image:: https://img.shields.io/pypi/v/django-oidc-provider.svg
:target: https://pypi.python.org/pypi/django-oidc-provider
2015-06-09 00:24:41 +00:00
.. image:: https://travis-ci.org/juanifioren/django-oidc-provider.svg?branch=master
2015-06-09 00:22:19 +00:00
:target: http://travis-ci.org/juanifioren/django-oidc-provider
2015-06-08 17:57:23 +00:00
2015-06-09 19:53:29 +00:00
.. image:: https://img.shields.io/pypi/dm/django-oidc-provider.svg
2015-06-15 14:40:56 +00:00
:target: https://pypi.python.org/pypi/django-oidc-provider
2015-06-09 19:53:29 +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-06-30 20:03:53 +00:00
Read latest docs for more info.
2015-01-29 19:19:48 +00:00
2015-03-06 20:50:10 +00:00
https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md
2015-06-30 20:03:53 +00:00
Or see docs for your specific package version. Replace vX.X.X.
https://github.com/juanifioren/django-oidc-provider/blob/vX.X.X/DOC.md
2015-03-06 20:50:10 +00:00
See changelog here.
https://github.com/juanifioren/django-oidc-provider/blob/master/CHANGELOG.md
2015-03-05 18:51:05 +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.