authenticate-1.3.5.2: Authentication methods for Haskell web applications.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Web.Authenticate.BrowserId

Synopsis

Documentation

browserIdJs :: Text Source #

Location of the Javascript file hosted by browserid.org

checkAssertion Source #

Arguments

:: MonadIO m 
=> Text

audience

-> Text

assertion

-> Manager 
-> m (Maybe Text)