Authentication Flow to get bearer token for an app that doesn't use a server

You have have to get the user to login via implicit authentication

Alas Twitch has made this change, the expectation (in my opinion) is that your server, (that you don’t have), would make the relevant calls to the API and cache what makes sense to cache which would make your app respond more quickly if it serves from the cache rather than the Twitch API all the time

1 Like