Deprecate BrowserId #1173

This commit is contained in:
Michael Snoyman 2016-03-08 16:27:21 +02:00
parent 4ed1e7e486
commit 936fe84cdd

View File

@ -2,7 +2,10 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE RecordWildCards #-} {-# LANGUAGE RecordWildCards #-}
-- | NOTE: Mozilla Persona will be shut down by the end of 2016, therefore this
-- module is no longer recommended for use.
module Yesod.Auth.BrowserId module Yesod.Auth.BrowserId
{-# DEPRECATED "Mozilla Persona will be shut down by the end of 2016" #-}
( authBrowserId ( authBrowserId
, createOnClick, createOnClickOverride , createOnClick, createOnClickOverride
, def , def