WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
1.62k
stars
137
forks
source link
fix/360-shorten-list-of-default-pub-key-algs #361
Closed
MasterKale closed 1 year ago
This PR shortens the default list of public key algorithms to the three most commonly-supported algorithms:
-8
(Ed25519)-7
(ES256)257
(RS256)Fixes #360.