Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 529 Bytes

File metadata and controls

19 lines (11 loc) · 529 Bytes

Authentication

Use Case:

  1. User accesses login page.
    1. If user has an active session, user is redirected to main page.
  2. User inputs user name and password.
    1. User is redirected to login page if user has invalid username or password.
    2. Otherwise, user is directed to main page.

Authentication is handled by main_controller.rb.