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

[Credential Manager] Add raw challenge JSON data #2949

Merged
merged 11 commits into from
Feb 12, 2024

Conversation

ThomazFB
Copy link
Contributor

@ThomazFB ThomazFB commented Jan 28, 2024

⚠️⚠️⚠️ Merge only when wordpress-mobile/WordPress-Login-Flow-Android#135 is approved.

Summary

Small adjustment to allow the Webauthn payload to contain the entire JSON data instead of the parsed values. The Credential Manager API requires the raw JSON, while the FIDO2 API requires only some fields, so this PR adjusts the payload to contain only the JSON file, as we're moving away from FIDO2 to support only the Credential Manager.

@ThomazFB ThomazFB marked this pull request as ready for review February 7, 2024 21:33
@ThomazFB ThomazFB added the Android 14 Updates to comply with Android 14 changes. label Feb 7, 2024
Copy link
Contributor

@zwarm zwarm left a comment

Choose a reason for hiding this comment

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

LGTM @ThomazFB. All works as expected

@ThomazFB ThomazFB merged commit ed60798 into trunk Feb 12, 2024
13 checks passed
@ThomazFB ThomazFB deleted the issue/credential-manager-support-adjustments branch February 12, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android 14 Updates to comply with Android 14 changes. [PR] Not Ready for Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Passkey fetching through the Credential Manager API
2 participants