authenticate-1.0.0.1: Authentication methods for Haskell web applications.

Safe HaskellSafe-Infered

Web.Authenticate.BrowserId

Synopsis

Documentation

browserIdJs :: TextSource

Location of the Javascript file hosted by browserid.org

checkAssertionSource

Arguments

:: ResourceIO m 
=> Text

audience

-> Text

assertion

-> Manager 
-> ResourceT m (Maybe Text)