But when I’m trying to decode my token, I get an error: jwt.exceptions.InvalidSignatureError: Signature verification failed
I also tried to check my token and secret on jwt.io site. But I got an answer that it has “Invalid Signature”
What can I do wrong? Thanks for helping
Assuming that the header was set correctly in Frontend, which looks correct
And your copy nad pasted the secret correcty.
and having checked token contains what it’s supposed to contain on the backedn
I don’t see any obviously wrong here.
So it looks like inbound requests to your python didn’t extract the token correctly?
Does token in python contain what it’s supposed to contain?
And debug your outbound request to check it’s what you expect
Yes, In EBS I see that my token looks like in FrontEnd. And I tried copy/paste token from FrontEnd to jwt.io, but with no results
Can it be connected with using twitch developer-rig program and starting FrontEnd from that program?