From 11d48dea95fda42d80578907883f3320ad17ddfb Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Tue, 16 Nov 2021 22:16:58 -0500 Subject: [PATCH] Rotate session key --- lib/live_beats_web/endpoint.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/live_beats_web/endpoint.ex b/lib/live_beats_web/endpoint.ex index 42e7968..70b29be 100644 --- a/lib/live_beats_web/endpoint.ex +++ b/lib/live_beats_web/endpoint.ex @@ -6,7 +6,7 @@ defmodule LiveBeatsWeb.Endpoint do # Set :encryption_salt if you would also like to encrypt it. @session_options [ store: :cookie, - key: "_live_beats_key", + key: "_live_beats_key_v1", signing_salt: "9OALgV62" ]