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
feat/export-base64url-helpers-browser #444
Closed
MasterKale closed 1 year ago
This simple PR makes the following complimentary helper methods available in @simplewebauthn/browser:
base64URLStringToBuffer()
bufferToBase64URLString()
Addresses #401.