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
Updating djwt to v2.3 isn't very straigtforward. It changed the API and now instead of the string private key, we need to use CryptoKeyAPI and that hits the second issue:
See
Updating djwt to v2.3 isn't very straigtforward. It changed the API and now instead of the string private key, we need to use
CryptoKeyAPI and that hits the second issue: