actions-on-google / actions-on-google-nodejs

Node.js client library for Actions on Google
https://actions-on-google.github.io/actions-on-google-nodejs
Apache License 2.0
900 stars 194 forks source link

Google action dialogflow fullfilment webhook call accessToken is not present in request headers( reagrding issue #394) #395

Closed amiya-elear closed 4 years ago

amiya-elear commented 4 years ago

Question regarding issue #394 (closed) Thanks fleker for your response, But I read one official document it says that "user's third-party OAuth 2 accessToken is sent in the Authorization header when smart home intents are sent to your fulfillment". my question is there any way to get accessToken in request headers or any configuration to send it in the request headers? official Doc: https://developers.google.com/assistant/smarthome/concepts/fulfillment-authentication

Fleker commented 4 years ago

This is a duplicate of #394. Let's continue the conversation there.