flexinai / bod-api

0 stars 0 forks source link

Users - Authentication - I should be able to Create a User Account from a Google OAuth Login #8

Closed peterbsmyth closed 3 years ago

peterbsmyth commented 4 years ago

Background

This application is going to link to an athlete's YouTube account. How far we can integrate will be in the hands of YouTube. The starting point is being able to create a body-factory user account by linking to a google OAuth login.

Scenario

Given: When: Then:

Acceptance Criteria

-

tmonks commented 4 years ago

I've done some initial research this week on how to implement Google OAuth login with Loopback, and it sounds like using the Passport adapter is the way to go. Here is my game plan for working out how to set it up. Please let me know if you have any questions, concerns or suggestions @peterbsmith2.