MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.62k stars 137 forks source link

fix/388-fido-mds-rsa-jwt #390

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR updates MetadataService to support FIDO MDS's recent use of RSA for their BLOB JWT signatures.

Fixes #388.