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
Session cookies are signed with both the signing_salt and the secret_key_base. Is there a reason for not defaulting to keeping the signing_salt secret and different from dev/test (similar to how the prod_secret_key_base is generated for prod.secret.exs)?
If not, I am more than willing to open a PR for my first contribution!
The text was updated successfully, but these errors were encountered:
This is less of an issue and more of a question.
Session cookies are signed with both the
signing_salt
and thesecret_key_base
. Is there a reason for not defaulting to keeping thesigning_salt
secret and different from dev/test (similar to how theprod_secret_key_base
is generated forprod.secret.exs
)?If not, I am more than willing to open a PR for my first contribution!
The text was updated successfully, but these errors were encountered: