Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

FYI: Auth tokens being reset #70

Closed gjacobs314 closed 5 years ago

gjacobs314 commented 6 years ago

Mine was reset (I hadn't played or used the bot for a while but mine became invalid and I had to find it again). This happened yesterday so I don't know how common this will be.

Exaphis commented 6 years ago

I recently found out that the bearer tokens are in the form of a JSON Web Token (JWT). Your bearer token expires 3 months after it is created. On https://jwt.io/, you can enter your bearer token and find your user ID, username, token expiry date, and other information about your token.