Expose auth2GithubScoped

Expose auth2GithubScoped, allowing users to set the scopes themselves.
This commit is contained in:
Florian Gilcher 2014-09-17 22:31:39 +02:00
parent 4b2d7e333c
commit 3eeae3293d

View File

@ -9,6 +9,7 @@
-- --
module Yesod.Auth.OAuth2.Github module Yesod.Auth.OAuth2.Github
( oauth2Github ( oauth2Github
, oauth2GithubScoped
, module Yesod.Auth.OAuth2 , module Yesod.Auth.OAuth2
) where ) where