zwaldowski / ProjectTeamRocket

CS 2340 Android application, Spring 2013, Georgia Tech
3 stars 4 forks source link

Get rid of Login.exists() #2

Closed zwaldowski closed 11 years ago

zwaldowski commented 11 years ago

Note: Probably should be doing this on Pivotal Tracker, but I hate hate hate it and I need a todo list.

When we actually implement some kind of backend, the query to check if a user exists is the exact same as pulling the record to compare the password hash and log in. While I love the "Sign in or register" bit in our current setup, it's untenable and prevents us from closing issue #1.