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

feature: Allows fallback to Basic Auth in PKCE mode #4664

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Meandmybadself
Copy link
Contributor

@Meandmybadself Meandmybadself commented Apr 27, 2024

Feature

When using PKCE to facilitate authentication, owners and admins can still create username/password-based users if they choose to enable DISPATCH_AUTH_REGISTRATION_ENABLED. These types of users make it much simpler to introduce API-based interactions.

Presently, if a username/password-based user attempts to authenticate in a PKCE auth strategy, their supplied auth token lacks the necessary properties to fulfill the token & erroneously fails.

Changes

This introduces a simple fallback check to see if the supplied token fulfills PKCE needs. If it doesn't, it falls back to Basic Auth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant