feat: add passkey sign-in

This commit is contained in:
AJV20
2026-05-24 13:29:02 -04:00
committed by nesquena-hermes
parent 15c5f4cf05
commit c60ff543b5
10 changed files with 724 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ def _resolve_session_ttl() -> int:
PUBLIC_PATHS = frozenset({
'/login', '/health', '/favicon.ico', '/sw.js',
'/api/auth/login', '/api/auth/status',
'/api/auth/passkey/options', '/api/auth/passkey/login',
'/manifest.json', '/manifest.webmanifest',
'/session/manifest.json', '/session/manifest.webmanifest',
})