This commit is contained in:
juanifioren 2016-02-11 14:32:07 -03:00
commit 7021f2f733
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
# Django OIDC Provider
[![PyPI](https://img.shields.io/pypi/pyversions/django-oidc-provider.svg)]()
[![PyPI](https://img.shields.io/pypi/v/django-oidc-provider.svg)]()
[![PyPI](https://travis-ci.org/juanifioren/django-oidc-provider.svg?branch=master)]()
[![PyPI](https://img.shields.io/pypi/dm/django-oidc-provider.svg)]()
[![Python Versions](https://img.shields.io/pypi/pyversions/django-oidc-provider.svg)](https://pypi.python.org/pypi/django-oidc-provider)
[![PyPI Versions](https://img.shields.io/pypi/v/django-oidc-provider.svg)](https://pypi.python.org/pypi/django-oidc-provider)
[![Travis](https://travis-ci.org/juanifioren/django-oidc-provider.svg?branch=master)](https://travis-ci.org/juanifioren/django-oidc-provider)
[![PyPI Downloads](https://img.shields.io/pypi/dm/django-oidc-provider.svg)](https://pypi.python.org/pypi/django-oidc-provider)
## About OpenID

View file

@ -21,7 +21,7 @@
<div class="ui list">
<div class="item">
<a href="{% url 'oidc_provider:provider_info' %}" class="header">{% url 'oidc_provider:provider_info' %}</a>
<div class="description">This endpoint performs Authentication of the End-User. <a href="http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig" target="_BLANK">Read more</a>.</div>
<div class="description">The configuration information of the provider. <a href="http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig" target="_BLANK">Read more</a>.</div>
</div>
<div class="item">
<a href="{% url 'oidc_provider:jwks' %}" class="header">{% url 'oidc_provider:jwks' %}</a>
@ -50,4 +50,4 @@
</div>
</div>
{% endblock %}
{% endblock %}