flask-jwt icon indicating copy to clipboard operation
flask-jwt copied to clipboard

A list of all JWT related error cases

Open jakubczaplicki opened this issue 8 years ago • 1 comments

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 ?

jakubczaplicki avatar Mar 05 '17 19:03 jakubczaplicki

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.

tr0yspradling avatar Jul 27 '18 16:07 tr0yspradling