Thank you for your reply. I can’t get implicit flow to work, though.
Following the steps in the Getting Tokens docs, something as easy as copying the example 1:1 and replacing the client key:
…admittedly does give me an HTML link…
<a href=“Twitch”>Found</a>.
…but it just leads me to the Twitch front page (Twitch). Authentication is only requested if I log out first, and even then it doesn’t redirect me to the http://localhost redirect URL; it stays on the front page, and that’s with force_verify=true.
It seems like implicit flow is the right way to go. What am I doing wrong when I can’t even get the example working?