Skip to content

issues Search Results · repo:jazzband/django-oauth-toolkit language:Python

Filter by

866 results
 (94 ms)

866 results

injazzband/django-oauth-toolkit (press backspace or delete to remove)

I don t want to allow revocations of JWTs (I d like to force clients to revoke the client ID instead). I know this may not be according to standards. As a start though, how can I prevent oauth toolkit ...
question
  • SHxKM
  • Opened 
    29 days ago
  • #1552

Describe the bug !-- A clear and concise description of what the bug is. -- When building the idp/rdp test apps, the idp server fails when initiating login, as it can not find the registration/login.html ...
bug
  • lullis
  • 1
  • Opened 
    on Jan 30
  • #1548

Is your feature request related to a problem? Please describe. Currently there is no way for Django application developers to delegate account creation to to the OpenID Provider. Describe the solution ...
enhancement
  • lullis
  • Opened 
    on Jan 28
  • #1546

Is your feature request related to a problem? Please describe. Currently DOT does not provide a way for the OP to indicate that the user has signed out, this causes RP sessions to be kept open in end users ...
enhancement
  • lullis
  • Opened 
    on Jan 28
  • #1545

The Current Limitation In the current implementation of TokenHasScope, the get_scopes method retrieves the required scopes using this method: def get_scopes(self, request, view): try: return ...
enhancement
  • birddevelper
  • 1
  • Opened 
    on Dec 18, 2024
  • #1535

DEBUG DROP INDEX IF EXISTS oauth2_provider_accesstoken_token_8af090f8_like ; (params None) Traceback (most recent call last): File /workspace/.venv/lib/python3.12/site-packages/django/db/backends/utils.py ...
bug
  • duanhongyi
  • 1
  • Opened 
    on Nov 14, 2024
  • #1526

Describe the bug In 3.0.0 the oauth2_provider.0012_add_token_checksum migration was added to add a new column to the access token table. This migration upgrades the table by looping over AccessToken._default_manager.all() ...
bug
  • acidtv
  • 2
  • Opened 
    on Nov 4, 2024
  • #1521

Describe the bug token index is being removed when we upgraded this library to 3.0.1 To Reproduce Upgrade library to 3.0.1 and apply migrations it will remove index on token column in access_token table. ...
bug
  • vipulprajapatiLTIM
  • 4
  • Opened 
    on Oct 30, 2024
  • #1520

Hello! I am trying to use the client_credentials grant to authenticate apps so they can call the endpoints of other resource servers implemented with the Django REST framework. As far as I understand, ...
question
  • opobla
  • 1
  • Opened 
    on Oct 28, 2024
  • #1519
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub