ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Add mutation to change oauth token #126

Closed ColeWalker closed 3 years ago

ColeWalker commented 3 years ago

This would allow users to log in from a front-end application and make requests based on their own channels, instead of whatever is configured on the server.

ColeWalker commented 3 years ago

Maybe we should be using global context to alter credentials instead...