Files

18 lines
582 B
Markdown
Raw Permalink Normal View History

2025-05-13 22:02:04 +09:00
# Virtual WebAuthn
### Locally stored WebAuthn Passkey
2025-05-13 22:02:04 +09:00
### `passkey.py`
2025-05-13 22:02:04 +09:00
Virtual WebAuthn implemention of `navigator.credentials.get()` and `navigator.credentials.create()`, with self-attestation.
### `webauthn_server.py`
Simple FastAPI server that acts as proxy for `passkey.py` on browser environment.
2025-05-13 22:02:04 +09:00
Use `webauthn_server.js` in userscript.js (like TamperMonkey), WebAuthn requests will be forwarded to your local script.
Private key for your Passkeys are stored in JSON file, you can backup your private key.
2025-05-13 22:02:04 +09:00
Works on most WebAuthn websites, including Google, Microsoft.