SECURE SIGN IN

Access the storefront or administrator panel with a protected session.

Sign in with your email address and password. Successful authentication rotates the session ID and stores the auth token in a secure cookie.

What is enforced

  • HTTP-only and Secure auth cookie.
  • SameSite cookie plus CSRF token validation.
  • Generic error response for incorrect credentials.