mediumaquamarine / impossiblebigoquiz

The impossible big o quiz
0 stars 4 forks source link

changed newuser model on the server to include a token field, changed… #88

Closed sethkoch closed 7 years ago

sethkoch commented 7 years ago

… authenticate route on the server to add the token to the user and save that on the database, changed user route on the server to add a token field set to an empty string when a new user is created. This last step was probably unneccesary

git push origin master