{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block content %}

Single Sign On. Easily!

This package help you providing all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects.

View on Github
$ pip install django-oidc-provider

Control Your Online Identity
By being a provider you can centralize your user accounts in one place.
Sign in with a single click to thousands of websites without ever needing to create another username and password.

Security matters
OpenID Connect builds on top of OAuth2.
Public-key-encryption-based authentication for increasing security.
Your user passwords are never shared with any websites.

Join with them

{% endblock %}