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): Android Intent URI Query Parameter Parsing #4546

Merged
merged 5 commits into from
Apr 25, 2024

Conversation

Equartey
Copy link
Member

Issue #, if available:
#4533

Description of changes:
Removes the call to Uri.getQueryParameter which checks the URI schema and throws when not using a /. Which could still be a valid URI, see original issue. Instead manually parse query parameters if present regardless of url type.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Equartey Equartey merged commit 9f101ae into main Apr 25, 2024
43 checks passed
@Equartey Equartey deleted the fix/auth-android-intent-uri-query-parsing branch April 25, 2024 20:10
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

3 participants