You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: