Refactoring in progress, needs cleanup.

This commit is contained in:
Leo Vasanko
2025-07-07 15:00:02 -06:00
parent 52520c18b1
commit 0f71f80446
15 changed files with 907 additions and 116 deletions

View File

@@ -3,7 +3,7 @@
<head>
<title>Passkey Authentication</title>
<link rel="stylesheet" href="/static/style.css">
<script src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.umd.min.js"></script>
<script src="/static/simplewebauthn-browser.min.js"></script>
<script src="/static/qrcodejs/qrcode.min.js"></script>
<script src="/static/awaitable-websocket.js"></script>
</head>