whoisglover/FrogPress

PHASE 2 CHALLENGE

Closed this issue · 0 comments

Create a login system that allows a user to:

  • create account
  • sign_in
  • sign_out

The login system should:

  • not store passwords in plain text (use a salt)
  • define permissions by user type (allow us to define what routes a specific type of user has access to.

GOOD LUCK!!