Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,23 @@ const isValid = verifyPasskeyResponse(challenge, clientDataJSON);

---

## Examples

<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">
<div style="flex: 1; min-width: 300px; max-width: 600px;">
<h3>Passkey/WebAuthn Example</h3>
<a href="https://stackblitz.com/edit/securio-passkey?embed=1&file=index.html&view=preview" target="_blank">
<img src="https://raw.githubusercontent.com/shadowbrowser/securio/refs/heads/main/assets/passkey-example.png" alt="Passkey/WebAuthn Example" style="width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
</a>
</div>
<div style="flex: 1; min-width: 300px; max-width: 600px;">
<h3>TOTP Example</h3>
<a href="https://stackblitz.com/edit/securio-totp?embed=1&file=index.html&view=preview" target="_blank">
<img src="https://raw.githubusercontent.com/shadowbrowser/securio/refs/heads/main/assets/totp-example.png" alt="TOTP Example" style="width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
</a>
</div>
</div>

## 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.
Expand Down