Create an Authentication Flow

As a user, I need to log in so that I can access my account.

Acceptance Criteria:

  • GIVEN a user is not logged in

    • WHEN launching the app
      • THEN the user is taken to the landing page
      • AND the landing page has only a Login button
      • AND there are no other design specifications for the landing page
    • WHEN pressing the Login button
    • WHEN the user is successfully logged in
      • THEN he or she is taken to the sermon list
  • GIVEN the user is logged in

    • WHEN launching the app
      • THEN he or she is taken to the sermon list