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
Do we need to use the github.com/gorilla/sessions key rotation?
At the moment, we don't have it. Write a test to assess the impact of not having rotation of store and encryption keys, and if it's not a problem, leave it. If it is a problem we may need to add it as per the example on http://www.gorillatoolkit.org/pkg/sessions
The text was updated successfully, but these errors were encountered:
tintinnabulate
changed the title
Test impact of not having sessions.NewCookieStore key rotation
Test the impact of not having sessions.NewCookieStore key rotation
Oct 10, 2018
tintinnabulate
changed the title
Test the impact of not having sessions.NewCookieStore key rotation
What is the impact of not having sessions.NewCookieStore key rotation?
Oct 10, 2018
Do we need to use the
github.com/gorilla/sessions
key rotation?At the moment, we don't have it. Write a test to assess the impact of not having rotation of store and encryption keys, and if it's not a problem, leave it. If it is a problem we may need to add it as per the example on http://www.gorillatoolkit.org/pkg/sessions
The text was updated successfully, but these errors were encountered: