mozilla-django-oidc

https://badge.fury.io/py/mozilla-django-oidc.png https://travis-ci.org/mozilla/mozilla-django-oidc.png?branch=master https://img.shields.io/codecov/c/github/mozilla/mozilla-django-oidc.svg

A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services.

Documentation

The full documentation is at https://mozilla-django-oidc.readthedocs.io.

Quickstart

Install mozilla-django-oidc:

pip install mozilla-django-oidc

Then use it in a project:

import mozilla_django_oidc

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements/requirements_test.txt
(myenv) $ python runtests.py

License

This software is licensed under the MPL 2.0 license. For more info check the LICENSE file.

Credits

Tools used in rendering this package: