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
The panic occurs in get_unverified_jwt_claims because under the hood it uses the jsonwebtoken library to decode messages. However, jsonwebtoken does not support ES256K.
Description
As title.
The panic occurs in
get_unverified_jwt_claims
because under the hood it uses thejsonwebtoken
library to decode messages. However,jsonwebtoken
does not supportES256K
.Motivation
UniCore should not panic
Resources
Keats/jsonwebtoken#391
To-do List
The text was updated successfully, but these errors were encountered: