How can I generate a usable (live, authenticated) access token without forcing the client through redirect/authentication?
I'm building an IFTTT channel with node/express/oauth2orize. IFTTT requires that a test user can be generated by the endpoint test/setup
. I need to return an access token that can be used for the subsequent tests.