etsai / sinatra_authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo

A user can SignOut using the provided delete route which is invoked via AJAX.

Additional Stretch

  • Add validation to the user model including password length and appropriately formated email.
  • Display appropriate error messages to the user for invalid data.
  • Add a field to store user access level (Admin / Student) and limit functionality to different users leves. (ie an Admin can edit users but a Student can only see other users).

About


Languages

Language:Ruby 52.2%Language:CSS 46.1%Language:JavaScript 1.7%