mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 11:26:41 +02:00
feat(auth): add PasskeyManager component and production config
- PasskeyManager.svelte: reusable component for listing, registering, renaming, and deleting passkeys (German defaults, fully translatable) - Production env: WEBAUTHN_RP_ID=mana.how and WEBAUTHN_ORIGINS for all *.mana.how subdomains in docker-compose.macmini.yml - Local DB: passkeys table created via direct SQL Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3091da914e
commit
c4d55209a4
3 changed files with 864 additions and 0 deletions
|
|
@ -229,6 +229,9 @@ services:
|
|||
STORAGE_BACKEND_URL: http://storage-backend:3035
|
||||
ADMIN_SERVICE_KEY: ${MANA_CORE_SERVICE_KEY}
|
||||
MANA_LLM_URL: http://mana-llm:3025
|
||||
# WebAuthn / Passkeys
|
||||
WEBAUTHN_RP_ID: mana.how
|
||||
WEBAUTHN_ORIGINS: https://mana.how,https://calendar.mana.how,https://chat.mana.how,https://clock.mana.how,https://contacts.mana.how,https://context.mana.how,https://manadeck.mana.how,https://mukke.mana.how,https://nutriphi.mana.how,https://photos.mana.how,https://picture.mana.how,https://planta.mana.how,https://playground.mana.how,https://presi.mana.how,https://questions.mana.how,https://skilltree.mana.how,https://storage.mana.how,https://todo.mana.how,https://zitare.mana.how
|
||||
volumes:
|
||||
- analytics_data:/data/analytics
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue