Contents

django-oauth-toolkit 2.3.0

0

OAuth2 Provider for Django

OAuth2 Provider for Django

Stars: 3009, Watchers: 3009, Forks: 769, Open Issues: 190

The jazzband/django-oauth-toolkit repo was created 10 years ago and the last code push was Yesterday.
The project is very popular with an impressive 3009 github stars!

How to Install django-oauth-toolkit

You can install django-oauth-toolkit using pip

pip install django-oauth-toolkit

or add it to a project with poetry

poetry add django-oauth-toolkit

Package Details

Author
Federico Frenguelli, Massimiliano Pippi
License
Homepage
https://github.com/jazzband/django-oauth-toolkit
PyPi:
https://pypi.org/project/django-oauth-toolkit/
GitHub Repo:
https://github.com/jazzband/django-oauth-toolkit

Classifiers

  • Internet/WWW/HTTP
No  django-oauth-toolkit  pypi packages just yet.

Errors

A list of common django-oauth-toolkit errors.

Code Examples

Here are some django-oauth-toolkit code examples and snippets.

GitHub Issues

The django-oauth-toolkit package has 190 open issues on GitHub

  • Achieve OpenID Connect 1.0 Certification
  • Deprecate oob PR #774
  • BCP 2.4: Deprecate Resource owner password-based grant type
  • RFC 8707 Resource indicators
  • RFC 8705 mutual TLS client authentication
  • RFC 7591 dynamic client registration protocol
  • RFC 8414 .well-known/oauth-authorization-server metadata
  • OAuth 2.0 BCP -> OAuth 2.1
  • Accept oob values as valid redirect URIs
  • Scope field in getting user info process.
  • WIP: Hash application client secrets using Django password hashing
  • 401 Unauthorized on PKCE requests without a client_secret
  • Auto logout (Django session) after authorization
  • Improve reach of the discovery endpoint
  • Django oauth

See more issues on GitHub

Related Packages & Articles

django-allauth 0.61.1

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

Authlib 1.3.0

The ultimate Python library in building OAuth and OpenID Connect servers and clients.

django-mysql 4.12.0

Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.

django-mptt 0.16.0

Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances.