apiary-clientsession-0.9.0.0: clientsession support for apiary web framework.

Safe HaskellNone

Web.Apiary.ClientSession.Explicit

Contents

Synopsis

Documentation

withSession :: MonadIO m => SessionConfig -> (Session -> m b) -> m bSource

actions

filters

session :: (Functor n, MonadIO n, Strategy w, Query a) => Session -> ByteString -> Proxy (w a) -> ApiaryT (SNext w as a) n m b -> ApiaryT as n m bSource

checkToken :: (Functor n, MonadIO n) => Session -> ApiaryT c n m a -> ApiaryT c n m aSource

lowlevels

getSessionValueSource

Arguments

:: Session 
-> UTCTime

current time

-> ByteString 
-> Maybe ByteString 

reexports

deleteCookie