tlovett1 / alexa-skill-test

Test Alexa skills through a local Express server.
43 stars 9 forks source link

Inserting custom user access token #13

Open TheBrockEllis opened 6 years ago

TheBrockEllis commented 6 years ago

Hi there!

First of all, great project. VERY highly needed.

I was trying to test my Alexa skill (first one I've built, so it's rough and I don't know my way around all of the 14 different Amazon dashboards and portals they make you use) so I was really hoping to use this project to simplify things. However, my skill uses Linked Accounts and expects my user to have an access_token specified in the test event. Is that in any way supported here? If not, is that something you'd be interesting in having this app include? I'd be more than willing to submit a PR to add that functionality.

Thanks!

tlovett1 commented 6 years ago

That isn't supported right now. I'd definitely be interested in adding it if you want to create a PR