BSIT32E1-STUDENT-ASSESSMENT / ELEC2024_GROUP2_BSIT32E1

0 stars 0 forks source link

Integration - Login Page #42

Open ninalamo opened 5 months ago

ninalamo commented 5 months ago

Given I am in the user login page, when I input my username and password, the application should validate my inputs. If validated then, I am given access to the system.

Acceptance Criteria:

  1. When submitting the login form, Identity should check if my access is correct and;
  2. Generate a token that should be stored in the session to be used for the external api fetch.

Dependency: UI - Login Page