From 9e3cf360beea37649831085a8c898a8d970b662e Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 1 Aug 2025 15:18:11 +0200 Subject: [PATCH] Add examples for Passkey/WebAuthn and TOTP in README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6555e20..52e7cf5 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,23 @@ const isValid = verifyPasskeyResponse(challenge, clientDataJSON); --- +## Examples + +
+
+

Passkey/WebAuthn Example

+ + Passkey/WebAuthn Example + +
+
+

TOTP Example

+ + TOTP Example + +
+
+ ## API Documentation All public APIs are fully documented with JSDoc. You can view inline documentation in your editor or generate HTML docs using TypeScript tools.