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
Our session cookie secret is public in the source code. This means cookies can be arbitrarily forged. Currently, this is not an issue as cookies don't contain sensitive data, but this could change in the future. Move this secret to a DB/config only file.
The text was updated successfully, but these errors were encountered:
Our session cookie secret is public in the source code. This means cookies can be arbitrarily forged. Currently, this is not an issue as cookies don't contain sensitive data, but this could change in the future. Move this secret to a DB/config only file.
The text was updated successfully, but these errors were encountered: