Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Google login with local DB #3

Open
nickknudsen opened this issue May 18, 2019 · 0 comments
Open

Integrate Google login with local DB #3

nickknudsen opened this issue May 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nickknudsen
Copy link
Member

Integrate the Google sign-in with local DB to authorize users to complete certain tasks

@nickknudsen nickknudsen added the enhancement New feature or request label May 18, 2019
@nickknudsen nickknudsen added this to the Version 2.0b Test Release milestone Aug 25, 2019
theeldestelder added a commit that referenced this issue Aug 29, 2019
* 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
theeldestelder added a commit that referenced this issue Aug 29, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants