1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-15 20:11:30 +01:00
bitwarden-browser/libs/auth
Alec Rippberger 26f086368b
fix(auth): [PM-15987] improve email/master password entry back/forward navigation
- Fix back button behavior in Safari to reliably return to email entry screen
- Enable browser forward button after navigating back to email entry
- Move email validation to input event instead of blur
- Add continueClicked function to differentiate user clicks vs browser navigation
- Add email verification gate to SSO route
- Enhance master password validation logic
- Fix strict typing errors

Resolves PM-15987
2025-01-06 11:01:56 -08:00
..
src fix(auth): [PM-15987] improve email/master password entry back/forward navigation 2025-01-06 11:01:56 -08:00
jest.config.js [PM-5255, PM-3339] Refactor login strategy to use state providers (#7821) 2024-03-12 14:19:50 -04:00
package.json [PM-8397] Make vault timeout input standalone (#9366) 2024-06-28 17:41:17 +02:00
README.md [PM-3172] create @bitwarden/auth lib (#5906) 2023-08-08 09:37:25 -04:00
test.setup.ts [PM-3172] create @bitwarden/auth lib (#5906) 2023-08-08 09:37:25 -04:00
tsconfig.json [PM-3172] create @bitwarden/auth lib (#5906) 2023-08-08 09:37:25 -04:00
tsconfig.spec.json [PM-3172] create @bitwarden/auth lib (#5906) 2023-08-08 09:37:25 -04:00

Auth

This lib represents the public API of the Auth team at Bitwarden. Modules are imported using @bitwarden/auth.