mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-02-19 14:25:47 +01:00
Restyled by stylish-haskell
This commit is contained in:
parent
e725cecf45
commit
46606c12a0
@ -10,10 +10,10 @@ module Yesod.Auth.OAuth2.Auth0
|
|||||||
, defaultAuth0Scopes
|
, defaultAuth0Scopes
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Aeson as Aeson
|
import Data.Aeson as Aeson
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
import Prelude
|
import Prelude
|
||||||
import Yesod.Auth.OAuth2.Prelude
|
import Yesod.Auth.OAuth2.Prelude
|
||||||
|
|
||||||
-- | https://auth0.com/docs/api/authentication#get-user-info
|
-- | https://auth0.com/docs/api/authentication#get-user-info
|
||||||
newtype User = User T.Text
|
newtype User = User T.Text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user