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 docs say, SOCIAL_AUTH_NONCE_SERVER_URL_LENGTH = <int> Nonce model has a unique constraint over ('server_url', 'timestamp', 'salt'), salt has a max length of 40, so server_url length must be tweaked using this setting.
but I don't actually see this being enforced anywhere nor any reference to it in the migration or model.
The text was updated successfully, but these errors were encountered:
The docs say,
SOCIAL_AUTH_NONCE_SERVER_URL_LENGTH = <int> Nonce model has a unique constraint over ('server_url', 'timestamp', 'salt'), salt has a max length of 40, so server_url length must be tweaked using this setting.
but I don't actually see this being enforced anywhere nor any reference to it in the migration or model.
The text was updated successfully, but these errors were encountered: