managarten/apps
Till JS 3091da914e feat(auth): add WebAuthn/Passkey support across all apps
Implements passwordless authentication via passkeys using @simplewebauthn:

Backend (mana-core-auth):
- New passkeys table in auth schema (credentialId, publicKey, counter, etc.)
- PasskeyService with registration/authentication flows and challenge storage
- 7 new API endpoints (register, authenticate, list, delete, rename)
- createSessionAndTokens helper for non-password auth flows
- Security event types for passkey operations

Client (shared-auth):
- signInWithPasskey() and registerPasskey() with dynamic @simplewebauthn/browser imports
- isPasskeyAvailable() browser capability check
- Passkey management methods (list, delete, rename)

UI (shared-auth-ui):
- Passkey button on LoginPage with key icon, shown when browser supports WebAuthn
- Divider between passkey and email/password form

App integration:
- All 19 web app auth stores have isPasskeyAvailable() and signInWithPasskey()
- All 19 web app login pages pass passkeyAvailable and onSignInWithPasskey props
- rpID=mana.how in production enables cross-app passkey usage (SSO-compatible)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 10:30:03 +01:00
..
calendar feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
chat feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
citycorners feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
clock feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
contacts feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
context feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
docs fix: replace all manacore.app URLs with mana.how 2026-03-22 18:40:37 +01:00
manacore feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
manadeck feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
matrix feat(manalink): optimize mobile layout with bottom sheets, compact header, and touch interactions 2026-03-25 18:48:49 +01:00
mukke feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
nutriphi feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
photos feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
picture feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
planta feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
playground feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
presi feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
questions feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
skilltree feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
storage feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
todo feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00
traces feat: add unified @manacore/shared-llm package and migrate all backends 2026-03-23 22:06:30 +01:00
zitare feat(auth): add WebAuthn/Passkey support across all apps 2026-03-26 10:30:03 +01:00