yesod-auth-1.1.1.4: Authentication for Yesod.

Safe HaskellNone

Yesod.Auth.BrowserId

Synopsis

Documentation

authBrowserId :: YesodAuth m => AuthPlugin mSource

Log into browser ID with an audience value determined from the approot.

authBrowserIdAudienceSource

Arguments

:: YesodAuth m 
=> Text

audience

-> AuthPlugin m 

Log into browser ID with the given audience value. Note that this must be your actual hostname, or login will fail.