Deprecate BrowserId #1173
This commit is contained in:
parent
4ed1e7e486
commit
936fe84cdd
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user