mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-20 18:04:14 +02:00
Remove deprecated Github module
This commit is contained in:
parent
b1caafbe24
commit
b8befc4811
@ -1,15 +0,0 @@
|
|||||||
module Yesod.Auth.OAuth2.Github
|
|
||||||
{-# DEPRECATED "Please use Yesod.Auth.OAuth2.GitHub (GitHub, not Github)" #-}
|
|
||||||
( oauth2Github
|
|
||||||
, oauth2GithubScoped
|
|
||||||
) where
|
|
||||||
|
|
||||||
|
|
||||||
import Yesod.Auth.OAuth2.GitHub
|
|
||||||
import Yesod.Auth.OAuth2.Prelude
|
|
||||||
|
|
||||||
oauth2Github :: YesodAuth m => Text -> Text -> AuthPlugin m
|
|
||||||
oauth2Github = oauth2GitHub
|
|
||||||
|
|
||||||
oauth2GithubScoped :: YesodAuth m => [Text] -> Text -> Text -> AuthPlugin m
|
|
||||||
oauth2GithubScoped = oauth2GitHubScoped
|
|
||||||
Loading…
Reference in New Issue
Block a user