django-oauth-toolkit 3.0.1
0
OAuth2 Provider for Django
Contents
OAuth2 Provider for Django
Stars: 3136, Watchers: 3136, Forks: 794, Open Issues: 186The jazzband/django-oauth-toolkit
repo was created 11 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 3136 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
- Copyright (c) 2013, Massimiliano Pippi, Federico Frenguelli and contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project.
- Homepage
- None
- PyPi:
- https://pypi.org/project/django-oauth-toolkit/
- GitHub Repo:
- https://github.com/jazzband/django-oauth-toolkit
Classifiers
- Internet/WWW/HTTP
Related Packages
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 186 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