Overview of mozilla-django-oidc
mainmozilla-django-oidc is a lightweight authentication and access management library designed for integration with OpenID Connect (OIDC) enabled authentication services. It is built with several core design principles:
- Minimalism: Keeps the footprint as lightweight as possible.
- Minimal State: Stores as few authentication/authorization artifacts as possible.
- Extensibility: Allows custom functionality by overriding the authentication backend.
- OIDC Focus: Primarily supports the OIDC authorization code flow.
- Security: E2E tested and audited by Mozilla InfoSec.