treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
379 stars 101 forks source link

Add access token property to support account linking #82

Closed gmolau closed 6 years ago

gmolau commented 6 years ago

Adds the access_token for linked accounts as a property to the Assistant instance, makes it available via a LocalProxy. Updates the test request with 'originalRequest' data. All tests pass.

treethought commented 6 years ago

thanks for your contributions @gmolau, you rock!