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

Update loginWithPasskey to support automatic conditionalUI for iOS #49

Open
incorbador opened this issue Feb 1, 2024 · 0 comments
Open

Comments

@incorbador
Copy link
Contributor

Currently we only support performAutoFillAssistedRequests on iOS. Therefore it is not possible to automatically trigger a conditionalUI popup. Users can therefore complete conditional UI only through their keyboard.

Proposal:
Add another parameter to the loginWithPasskey method called "keyboardIntegrated: boolean". This allows for the following combinations:

  • conditional: false, keyboardIntegrated: false (Android, iOS, Web)
  • conditional: true, keyboardIntegrated: false (Android, iOS, Web)
  • conditional: true, keyboardIntegrated: true (iOS)
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

No branches or pull requests

1 participant