Name: yesod-auth-deskcom Version: 1.4.0 Synopsis: Desk.com remote authentication support for Yesod apps. Homepage: https://github.com/prowdsponsor/yesod-auth-deskcom License: BSD3 License-file: LICENSE Author: Felipe Lessa Maintainer: Felipe Lessa Category: Web, Yesod Build-type: Simple Cabal-version: >= 1.6 Description: This package allows users of your website to login into Desk.com automatically using Desk.com's Multipass SSO (single sign-on, ). . Note that this is an unusual @yesod-auth-*@ package. We do not define an @AuthPlugin@ because the user can't log in to your website via Desk.com (it's the opposite, they login in Desk.com via your website). Instead, this plugin defines an Yesod subsite that you may include on your site; the subsite defines a route that accepts incoming users from Desk.com and authenticates them. Source-repository head type: git location: git://github.com/prowdsponsor/yesod-auth-deskcom.git Library hs-source-dirs: src Build-depends: base >= 4.3 && < 5 , time >= 1.1 && < 2 , template-haskell , transformers >= 0.1.3 && < 0.5 , bytestring >= 0.9 , text >= 0.7 && < 1.3 , data-default , base64-bytestring >= 1.0 , cryptohash >= 0.6 , cipher-aes >= 0.1 , cprng-aes >= 0.5 , crypto-api >= 0.10 , crypto-random >= 0.0.8 && < 0.1 , aeson >= 0.6 , http-conduit , http-types >= 0.7 , yesod-core == 1.4.* , yesod-auth == 1.4.* , byteable Exposed-modules: Yesod.Auth.DeskCom Other-modules: Yesod.Auth.DeskCom.Data Extensions: ConstraintKinds FlexibleContexts FlexibleInstances GADTs MultiParamTypeClasses OverloadedStrings PackageImports QuasiQuotes RecordWildCards TemplateHaskell TypeFamilies GHC-options: -Wall