Wheb-0.2.1.0: The frictionless WAI Framework

Safe HaskellNone
LanguageHaskell2010

Web.Wheb.Plugins.Debug.MemoryBackend

Synopsis

Documentation

data SessionData Source

Constructors

SessionData 

Instances

SessionBackend SessionData

In memory session backend. Session values will not persist after server restart.

data UserData Source

Constructors

UserData 

Instances

AuthBackend UserData

In memory auth backend. User values will not persist after server restart.