Ketchup-0.4.3: A super small web framework for those who don't like big and fancy codebases

Safe HaskellNone
LanguageHaskell98

Ketchup.Auth

Synopsis

Documentation

basicAuth Source

Arguments

:: [(ByteString, ByteString)]

List of (Username, Password)

-> ByteString

Authentication Realm

-> Handler

Success Handler

-> Handler 

Performs HTTP Basic Auth