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

Safe HaskellNone

Ketchup.Auth

Synopsis

Documentation

basicAuthSource

Arguments

:: [(ByteString, ByteString)]

List of (Username, Password)

-> ByteString

Authentication Realm

-> Handler

Success Handler

-> Handler 

Performs HTTP Basic Auth