gitit-0.15.0.0: Wiki using happstack, git or darcs, and pandoc.
Safe HaskellNone
LanguageHaskell2010

Network.Gitit.Authentication.Github

Documentation

getGithubUser Source #

Arguments

:: GithubConfig

Oauth2 configuration (client secret)

-> GithubCallbackPars

Authentication code gained after authorization

-> String

Github state, we expect the state we sent in loginGithubUser

-> GititServerPart (Either GithubLoginError User)

user email and name (password none)