Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 398 Bytes

File metadata and controls

18 lines (13 loc) · 398 Bytes

Key Manager

WebAuthn key management service using Handler.keyManager from tempo.ts.

Endpoints

Endpoint Method Purpose
/challenge GET Generate a new WebAuthn challenge
/:id GET Retrieve the public key for a credential
/:id POST Register a new credential with its public key

Development

pnpm i
pnpm dev