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/379-update-example-fido-current-challenge #381
Closed
MasterKale closed 1 year ago
This PR fixes example server build issues related to the FIDO routes not using
req.session
to storecurrentChallenge
(see #326).Fixes #379.