mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-17 08:24:14 +02:00
Restyled by brittany
This commit is contained in:
parent
fc49d8aea6
commit
d256b221c3
@ -29,8 +29,7 @@ defaultAuth0Scopes = ["openid"]
|
|||||||
pluginName :: Text
|
pluginName :: Text
|
||||||
pluginName = "auth0"
|
pluginName = "auth0"
|
||||||
|
|
||||||
oauth2Auth0Host
|
oauth2Auth0Host :: YesodAuth m => URI -> Text -> Text -> AuthPlugin m
|
||||||
:: YesodAuth m => URI -> Text -> Text -> AuthPlugin m
|
|
||||||
oauth2Auth0Host host = oauth2Auth0HostScopes host defaultAuth0Scopes
|
oauth2Auth0Host host = oauth2Auth0HostScopes host defaultAuth0Scopes
|
||||||
|
|
||||||
oauth2Auth0HostScopes
|
oauth2Auth0HostScopes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user