authenticate-1.2.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

:: (MonadResource m, MonadBaseControl IO m) 
=> Text

audience

-> Text

assertion

-> Manager 
-> m (Maybe Text)