Skip to content
David Liu edited this page Apr 29, 2014 · 2 revisions

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.

Clone this wiki locally