authenticate-1.3.3.2: Authentication methods for Haskell web applications.

Safe HaskellNone
LanguageHaskell98

Web.Authenticate.BrowserId

Synopsis

Documentation

browserIdJs :: Text Source #

Location of the Javascript file hosted by browserid.org

checkAssertion Source #

Arguments

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

audience

-> Text

assertion

-> Manager 
-> m (Maybe Text)