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
Avoid a joserfc deprecation warning by using OctKey.import_key(secret_bytes) instead of passing secret_bytes directly to methods like jwt.encode() and jwt.decode()