You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add route '/token_sign_in' which takes in a user's Google credentials,
and validates them. Only UMN accounts are allowed to sign in
* Insert a new user into the user database if they are new
* Handle returning users by looking them up in the database
* Redirect browser page to home page after login
* Add documentation to README for setting up Google client id
* Read Google client ID from file
* Add route '/token_sign_in' which takes in a user's Google credentials,
and validates them. Only UMN accounts are allowed to sign in
* Insert a new user into the user database if they are new
* Handle returning users by looking them up in the database
* Redirect browser page to home page after login
* Add documentation to README for setting up Google client id
* Read Google client ID from file
Integrate the Google sign-in with local DB to authorize users to complete certain tasks
The text was updated successfully, but these errors were encountered: