flask-jwt
flask-jwt copied to clipboard
A list of all JWT related error cases
Would it be possible to generate a list of all JWT related error cases such as ["Invalid token", "Invalid JWT header", "Authorization Required"] together with their descriptions ["Signature has expired", "Not enough segments", etc] with an explanation of when each occurs ?
Yeah. This would be nice.
I get "Not enough segments" when I try to use an environment variable to insert my access token into the headers. I have to copy & paste it into the command every time or I get that error.