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

fix(auth): extract both query and fragment from URL #365

Merged
merged 2 commits into from
May 7, 2024

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented May 7, 2024

What kind of change does this PR introduce?

Fix #364

What is the current behavior?

Params extraction logic was extracting only the fragment OR the query

What is the new behavior?

Params extraction logic now extracts both from the fragment and query if both exist.

Copy link

@J0 J0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great work!

@grdsdev grdsdev merged commit e9c7c8c into main May 7, 2024
9 checks passed
@grdsdev grdsdev deleted the fix/url-params-extraction branch May 7, 2024 16:54
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.

Incorrect parameters extracting on PKCE flow
2 participants