Remove mentions of Yesod from the core package.

This commit is contained in:
Felipe Lessa 2015-05-25 16:20:19 -03:00
parent 3a6b1fbaa9
commit 8115d6ede4

View File

@ -302,15 +302,15 @@ toSessionMap state Session {..} =
-- | The session key used to signal that the session ID should be -- | The session key used to signal that the session ID should be
-- invalidated. -- invalidated.
forceInvalidateKey :: Text forceInvalidateKey :: Text
forceInvalidateKey = "yesod-persistent-session-force-invalidate" forceInvalidateKey = "serversession-force-invalidate"
-- | Which session IDs should be invalidated. -- | Which session IDs should be invalidated.
data ForceInvalidate = data ForceInvalidate =
CurrentSessionId CurrentSessionId
-- ^ Invalidate the current session ID. The current session -- ^ Invalidate the current session ID. The current session
-- ID is automatically invalidated on @yesod-auth@ login and -- ID is automatically invalidated on login and logout
-- logout. -- (cf. 'setAuthKey').
| AllSessionIdsOfLoggedUser | AllSessionIdsOfLoggedUser
-- ^ Invalidate all session IDs beloging to the currently -- ^ Invalidate all session IDs beloging to the currently
-- logged in user. Only the current session ID will be -- logged in user. Only the current session ID will be