Skip to main content

Login Page

1. Login Flow


Purpose

This flow allows existing users to securely access their Parakeet dashboard and campaign tools by logging into their accounts.


Flow Steps

  1. The user navigates to the login page:
    auth/login

    image.png

  2. The user is prompted to enter the following credentials:

    • Email address
      user@example.com

    • Password
      ********

    • After entering valid credentials, the user clicks the Login button.

  3. The system verifies the credentials:

    • If valid, the user is redirected to:
      /dashboard

      image.png

    • If invalid, an error notification is displayed:
      "Invalid credentials. Please try again."

      image.png

  4. Depending on the context or prior user action, the user may be redirected to:

    • The Dashboard (if the user has an active account)

    • The AI Campaign Onboarding flow (if triggered from a specific call-to-action or post-signup step)