Sending Implicit Code tokens to my server

Because I can make the server completely stateless at that point even without doing any kind of JWT stuff. It’s just less code for me to write and it will also make everything easier to maintain, when I don’t have to worry about token invalidation in two places (app ↔ my server, my server ↔ twitch) instead of just one (app ↔ twitch).

Okay perfect, thank you :slight_smile: