fosrl.pangolin/server
Adrian Astles f31717145f feat(passkeys): Add password verification for passkey management
- Add password verification requirement when registering passkeys
- Add password verification requirement when deleting passkeys
- Add support for 2FA verification if enabled
- Add new delete confirmation dialog with password field
- Add recommendation message when only one passkey is registered
- Improve dialog styling and user experience
- Fix type issues with WebAuthn credential descriptors

Security: This change ensures that sensitive passkey operations require
password verification, similar to 2FA management, preventing unauthorized
modifications to authentication methods.
2025-07-03 22:57:29 +08:00
..
auth support postgresql as database option 2025-06-04 12:02:07 -04:00
db refactor: rename passkeyChallenge to webauthnChallenge 2025-07-03 21:53:07 +08:00
emails fix typo 2025-03-02 23:24:21 -05:00
lib add deprecated env vars warning 2025-06-21 16:59:10 -04:00
license support postgresql as database option 2025-06-04 12:02:07 -04:00
middlewares support postgresql as database option 2025-06-04 12:02:07 -04:00
routers feat(passkeys): Add password verification for passkey management 2025-07-03 22:57:29 +08:00
setup refactor: rename passkeyChallenge to webauthnChallenge 2025-07-03 21:53:07 +08:00
types support postgresql as database option 2025-06-04 12:02:07 -04:00
apiServer.ts forward headers from server component and make trust_proxy config a number 2025-06-19 11:22:29 -04:00
extendZod.ts openapi test 2025-04-06 16:06:50 -04:00
index.ts refactor: rename passkeyChallenge to webauthnChallenge 2025-07-03 21:53:07 +08:00
integrationApiServer.ts add feature parity 2025-05-13 11:09:38 -04:00
internalServer.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
logger.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
nextServer.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
openApi.ts add api key code and oidc auto provision code 2025-04-28 21:14:09 -04:00