martasmith / HackTheHood

1 stars 0 forks source link

Integrate Login/Signup with Parse #24

Closed ravirani closed 10 years ago

ravirani commented 10 years ago

This will create the username and password in Parse for the user.

TomHarte commented 10 years ago

The login and signup screens now create an appropriate User, which is our subclass of ParseUser, with some minor validation. There's a bit more to do to make the interface really robust but it should already be sufficient not to block any other piece of development.

If you log in to Parse and check out the store there, you'll see I'm already registered as a user (albeit with older code, so my Website isn't as fully populated as a new user's would be).

martasmith commented 10 years ago

Great, Thomas! Thanks so much!