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
itsdangerous only supports HMAC-style signing of payload data, but really it would be better to use proper encryption so that tokens.Serializer is usable on deployments which need PKCE et al (which would allow the Flask wrapper to return to a tokens.Serializer default).
The text was updated successfully, but these errors were encountered:
itsdangerous
only supports HMAC-style signing of payload data, but really it would be better to use proper encryption so thattokens.Serializer
is usable on deployments which need PKCE et al (which would allow the Flask wrapper to return to atokens.Serializer
default).The text was updated successfully, but these errors were encountered: