SCCapstone / FitbitTeam

A webapp using Fitbit API to help those struggling with congestive heart failure.
2 stars 0 forks source link

setup backend for alexa integration #44

Open clwalls opened 4 years ago

clwalls commented 4 years ago

here are some good references https://developer.amazon.com/en-US/docs/alexa/account-linking/understand-account-linking.html requirements: https://developer.amazon.com/en-US/docs/alexa/account-linking/requirements-account-linking.html

STEPS TO FOLLOW https://developer.amazon.com/en-US/docs/alexa/account-linking/steps-to-implement-account-linking.html

clwalls commented 4 years ago
  1. redirect them to Alexa app (or login with amazon, if the alexa app is not installed)
  2. user acknowledges account linking request
  3. redirect back to our app
clwalls commented 4 years ago

must setup auth tokens https://developer.amazon.com/en-US/docs/alexa/account-linking/configure-authorization-code-grant.html#tokens

i will use this cause its way simpler https://github.com/auth0/auth0-alexa-authentication-sample