-
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Implement discoverable credentials for WebAuthn
Simplify WebAuthn sign-in request structure
Add support for discoverable login flow
Update WebAuthn user structure and handling
Changes walkthrough 📝
6 files
Update generated server code for WebAuthn changes
Remove UserHandle field from SignInWebauthnRequest
Implement discoverable login for WebAuthn
Add support for discoverable credentials verification
Update WebAuthn user structure for signup
Implement discoverable login methods for WebAuthn
2 files
Update tests for WebAuthn discoverable login
Update tests for WebAuthn signup changes
2 files
Add HTML page for testing WebAuthn flows
Update OpenAPI spec for WebAuthn changes