mozilla-django-oidc 4.0.1
0
A lightweight authentication and access management library for integration with OpenID Connect enabl
Contents
A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services.
Stars: 447, Watchers: 447, Forks: 166, Open Issues: 75The mozilla/mozilla-django-oidc
repo was created 8 years ago and the last code push was 3 months ago.
The project is popular with 447 github stars!
How to Install mozilla-django-oidc
You can install mozilla-django-oidc using pip
pip install mozilla-django-oidc
or add it to a project with poetry
poetry add mozilla-django-oidc
Package Details
- Author
- Tasos Katsoulas, John Giannelos
- License
- MPL 2.0
- Homepage
- https://github.com/mozilla/mozilla-django-oidc
- PyPi:
- https://pypi.org/project/mozilla-django-oidc/
- GitHub Repo:
- https://github.com/mozilla/mozilla-django-oidc
Classifiers
Related Packages
Errors
A list of common mozilla-django-oidc errors.
Code Examples
Here are some mozilla-django-oidc
code examples and snippets.
GitHub Issues
The mozilla-django-oidc package has 75 open issues on GitHub
- Doesn't work with
djangorestframework-simplejwt
- fix: add missing extra params to SessionRefresh
- PKCE Support
- Update views.py (fix comment)
- userinfo signature algorithms
- Verify ID token audience claim as required by the specification