| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Yesod.Auth.OAuth2.EveOnline
Description
OAuth2 plugin for http://eveonline.com
- Authenticates against eveonline
- Uses EVEs unique account-user-char-hash as credentials identifier
Documentation
oauth2Eve :: YesodAuth m => WidgetType m -> Text -> Text -> AuthPlugin m Source #
oauth2EveScoped :: YesodAuth m => [Text] -> WidgetType m -> Text -> Text -> AuthPlugin m Source #
data WidgetType m Source #
Constructors
| Plain | Simple "Login via eveonline" text |
| BigWhite | |
| SmallWhite | |
| BigBlack | |
| SmallBlack | |
| Custom (WidgetFor m ()) |