yesod-session-persist-0.0.0.2: SQL session backend for Yesod
Safe HaskellSafe-Inferred
LanguageGHC2021

Session.KeyRotation

Synopsis

Documentation

data KeyRotation Source #

Key rotation means we delete the session on the server and copy the stored data into a new session with a different key.

Constructors

RotateSessionKey

Generate a new session key and invalidate the old one

Instances

Instances details
Bounded KeyRotation Source # 
Instance details

Defined in Session.KeyRotation

Enum KeyRotation Source # 
Instance details

Defined in Session.KeyRotation

Read KeyRotation Source # 
Instance details

Defined in Session.KeyRotation

Show KeyRotation Source # 
Instance details

Defined in Session.KeyRotation

Eq KeyRotation Source # 
Instance details

Defined in Session.KeyRotation

Ord KeyRotation Source # 
Instance details

Defined in Session.KeyRotation