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
Just making a string with digits makes sqlite store the token as a numeric. This then fails when trying to make jwt tokens with it as the encode function requires a string.
Simplest solution would be to pre-pend a "T".
The text was updated successfully, but these errors were encountered:
Just making a string with digits makes sqlite store the token as a numeric. This then fails when trying to make jwt tokens with it as the encode function requires a string.
Simplest solution would be to pre-pend a "T".
The text was updated successfully, but these errors were encountered: