| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Wai.Middleware.Auth.OAuth2.Github
- data Github = Github {}
- mkGithubProvider :: Text -> Text -> Text -> [ByteString] -> Maybe ProviderInfo -> Github
- githubParser :: ProviderParser
Documentation
Github authentication provider
Constructors
| Github | |
Fields | |
Arguments
| :: Text | Name of the application as it is registered on github |
| -> Text |
|
| -> Text |
|
| -> [ByteString] | White list of posix regular expressions for emails attached to github account. |
| -> Maybe ProviderInfo | Replacement for default info |
| -> Github |
Create a github authentication provider
Since: 0.1.0
githubParser :: ProviderParser #
Aeson parser for Github provider.
Since: 0.1.0