fosrl.pangolin/server
Adrian Astles f0a1c10ec5 fix(auth): improve security key login flow.
- Fix login to verify password before showing security key prompt
- Add proper 2FA verification flow when deleting security keys

Previously, users with security keys would see the security key prompt
even if they entered an incorrect password. Now the password is verified
first. Additionally, security key deletion now properly handles 2FA
verification when enabled.
2025-07-07 17:48:23 +08:00
..
auth support postgresql as database option 2025-06-04 12:02:07 -04:00
db renamed passkey to security key to stay aligned with the UI and other backend naming. 2025-07-05 21:51:31 +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 fix(auth): improve security key login flow. 2025-07-07 17:48:23 +08:00
setup renamed passkey to security key to stay aligned with the UI and other backend naming. 2025-07-05 21:51:31 +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