authenticate-1.3.2.9: Authentication methods for Haskell web applications.

Safe HaskellNone

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)