Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an method to revoke access token #2171

Open
asafd1 opened this issue Dec 24, 2023 · 0 comments
Open

Need an method to revoke access token #2171

asafd1 opened this issue Dec 24, 2023 · 0 comments
Labels
Feature Request This is requesting a new feature

Comments

@asafd1
Copy link

asafd1 commented Dec 24, 2023

Summary

Need an method to revoke access token received OAuth2 with PKCE (User Context)

The Problem

OAuth2UserHandler should support a way to revoke a token

The Ideal Solution

I believe the solution should be:
OAuth2UserHandler.revoke(access_token)

The Current Solution

current solution is to use a different library for example: Requests-OAuthlib: OAuth for Humans — Requests-OAuthlib 1.3.1 documentation

Additional Context

No response

@asafd1 asafd1 added the Feature Request This is requesting a new feature label Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This is requesting a new feature
Projects
None yet
Development

No branches or pull requests

1 participant