hatchways / team-vampire

1 stars 0 forks source link

Feature: Create User in Database upon successful Google OAuth2 Authorization #34

Closed singhmi4 closed 3 years ago

singhmi4 commented 3 years ago

What it does

  1. cd server
  2. pipenv install
  3. pipenv run flask run
  4. go to 127.0.0.1:5500/login in web browser
  5. Accept Google Account authorization
  6. Inspect terminal for either of the following message:
    • "user added to database!" if email doesn't already exist
    • "user exists in database. cannot add to database" if email exists
  7. Inspect terminal for the latest list of users

What to look for

What to avoid

singhmi4 commented 3 years ago

This PR might not be needed anymore since I've changed the Google Oauth2 and user creation to be done on the front-end: #19