Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 #
Plain | Simple "Login via eveonline" text |
BigWhite | |
SmallWhite | |
BigBlack | |
SmallBlack | |
Custom (WidgetFor m ()) |