hatchways/team-marinara

FS: Authorization with Gmail API for the user

Closed this issue · 1 comments

  • Modify the user object to contain gmail authorization information
  • If the user is not authorized when they open the web app, a material UI dialog (https://material-ui.com/components/dialogs/) if the user has not connected their account with their gmail, that pops up
  • The auth with gmail button will open up gmail and redirect back the React front-end
  • The React front-end will send the auth token generated back

How to connect Gmail:

Screen Shot 2020-03-30 at 10.25.52 AM.pngScreen Shot 2020-03-30 at 10.26.10 AM.pngScreen Shot 2020-03-30 at 10.26.31 AM.png

One way of splitting this up:

  • get the back-end working first
  • then tackle the front-end