Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

login.vue

  • Sofiane Lasri's avatar
    9e669cb8
    feat(auth): enhance session management and improve user flow · 9e669cb8
    Sofiane Lasri authored
    - Add type annotations for H3Event and EventHandlerRequest
    - Refactor session generation to include user info in cookies
    - Improve password validation for non-development environments
    - Simplify session setting in login and register handlers
    - Adjust routing logic after login and registration
    - Remove redundant router pushes in auth store functions
    - Update auth middleware to use session token for validation
    - Display error messages on login and registration failures
    9e669cb8
    History
    feat(auth): enhance session management and improve user flow
    Sofiane Lasri authored
    - Add type annotations for H3Event and EventHandlerRequest
    - Refactor session generation to include user info in cookies
    - Improve password validation for non-development environments
    - Simplify session setting in login and register handlers
    - Adjust routing logic after login and registration
    - Remove redundant router pushes in auth store functions
    - Update auth middleware to use session token for validation
    - Display error messages on login and registration failures