COSC481W-2024Fall / Swoop-In

0 stars 0 forks source link

PBI 4: Authorization for Login page #4

Closed abhagat8 closed 2 weeks ago

abhagat8 commented 1 month ago

User Story: John is a EMU student who wants to be use Swoop-in. John however wants to only meet new people that are in EMU. the Swoop-in app needs to only allow Emich people to make a new account with the application

Persona: John is a EMU student and wants to only meet people from only EMU. Feature: to have an authorization system that will only allows user with valid emich emails to make an account Business Value: this adds a layer of security so the scoop of the application is only within Swoop-in.

Tasks

Acceptance Criteria

  1. If the user creates an account must be with emich email
  2. If the user login with correct informations the firebase authenticates it and redirect to main page
  3. Logs in doesn't direct to main page if login information is not correct