https://github.com/codenlighten/web3keys-sso
https://github.com/codenlighten/web3keys-sso
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codenlighten/web3keys-sso
- Owner: codenlighten
- Created: 2026-05-24T11:49:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-24T14:21:09.000Z (about 2 months ago)
- Last Synced: 2026-05-24T14:23:18.928Z (about 2 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3Keys
Noncustodial BSV identity wallet — "Sign in with Web3Keys" SSO with biometric ECDSA signing.
The user's secp256k1 identity key lives only on their device, encrypted at rest, gated by a platform biometric via WebAuthn PRF. A password fallback is always present. BIP39 mnemonic is the recovery root.
## Run locally
```
npm install
npm start
```
Then open http://localhost:8787 (WebAuthn permits `localhost` as the rpId for dev).
## Status
Phase 1 (vault + biometric unlock + sign message) is in. Phases 2–5: more signing capabilities, SSO popup, server features, recovery polish.