-
Notifications
You must be signed in to change notification settings - Fork 114
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
feat: webauthn: support discoverable credentials #601
Conversation
PR Reviewer Guide 🔍(Review updated until commit 5facbf4)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 5facbf4
Previous suggestionsSuggestions up to commit 71f708e
|
Persistent review updated to latest commit 5facbf4 |
PR Type
Enhancement
Description
Implement discoverable credentials for WebAuthn
Remove userHandle from signin request
Update WebAuthn login flow
Add discoverable login support
Changes walkthrough 📝
7 files
Update generated API server code
Remove userHandle from SignInWebauthnRequest
Implement discoverable login for WebAuthn
Add support for discoverable credentials verification
Add discoverable flag to WebauthnUser
Implement discoverable login functionality
Remove userHandle from SignInWebauthnRequest
3 files
Update tests for discoverable WebAuthn login
Add test for discoverable WebAuthn login
Update tests with discoverable flag
1 files
Add WebAuthn signin and signup demo