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

Support PKCE for OAuth #44

Open
ThisIsMissEm opened this issue Oct 23, 2024 · 1 comment
Open

Support PKCE for OAuth #44

ThisIsMissEm opened this issue Oct 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ThisIsMissEm
Copy link
Contributor

Currently we don't support PKCE as introduced in Mastodon v4.3.0, as noted in #3.

In order to support this, we likely would want to re-work the current database structure and create proper access grants and access token records, since you need to store the PKCE challenge and challenge method with the access grant, and then verify it in the code for token exchange if present.

@ThisIsMissEm
Copy link
Contributor Author

Depends on #125 to be implemented first.

@dahlia dahlia added the enhancement New feature or request label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants