Contents

django-oauth-toolkit 3.2.0

0

OAuth2 Provider for Django

OAuth2 Provider for Django

Stars: 3304, Watchers: 3304, Forks: 829, Open Issues: 143

The django-oauth/django-oauth-toolkit repo was created 12 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 3304 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.
    </dd>
Homepage
None
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 143 open issues on GitHub

  • Provide application and scopes in DeviceConfirmView context
  • Provide application and scopes in DeviceConfirmView context
  • chore(deps): bump devalue from 5.4.2 to 5.6.2 in /tests/app/rp
  • chore(deps-dev): bump @sveltejs/kit from 2.48.4 to 2.49.5 in /tests/app/rp
  • client_secret in OAuth2Validator fails authentication when it contains '+' character
  • Fix broken End-to-End testing
  • Add dynamic help text for the client_secret field on the application form
  • nit: End to End Testing not work
  • incorporate CachedOAuth2Validator improvement from LuizaLabs
  • rfc 8707 - Resource Indicators
  • Using Chromium, unable to complete Authorization Flow when CSP form-action is set to 'self'
  • Device code obey scopes
  • Fix documentation build warnings (#1484)
  • REFRESH_TOKEN_GRACE_PERIOD_SECONDS Bypasses Refresh Token Reuse Protection (RT-Rotation)
  • OIDC_SERVER_CLASS only uses defaults when as fallback to OAUTH2_SERVER_CLASS

See more issues on GitHub

Related Packages & Articles

django-allauth 65.14.3

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

Authlib 1.6.8

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

django-mysql 4.19.0

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

django-mptt 0.18.0

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