1Password / passkey-rs

A framework for defining Webauthn Authenticators that support passkeys
Apache License 2.0
116 stars 17 forks source link

Gracefully handle empty cred params #15

Closed Progdrasil closed 6 months ago

Progdrasil commented 6 months ago

If a creation request has an empty credential parameters we fill it out with ES256 and RS256

Closes #14