Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 193 Bytes

File metadata and controls

9 lines (6 loc) · 193 Bytes

Google Oauth

  • Flow
    • Send the user to a url
    • Google send the user back to the website with a code
    • Lookup the user information from code
  • Passport does most of this for us