Implement Passkey fetching through the Credential Manager API #10557
Labels
feature: login
Related to any part of the log in or sign in flow, or authentication.
type: task
An internally driven task.
Summary
We discovered that a new version 1.2.0 of the Credential Manager was released after the Passkey project development, containing lots of async functions counterparts within the API with it. E.g.:
This seems to be a very intentional move from Google to support Java usage with the Credential Manager, and it might be a very good alternative to avoid a drastic change inside the WordPress Login library. We can verify in the docs statements like This API uses callbacks instead of Kotlin coroutines.
Our goal here is to ensure we're adopting the Credential Manager through this callback structure since the WordPress Login library still doesn't have proper support for the Kotlin Coroutines usage.
Tasks
The text was updated successfully, but these errors were encountered: