thentos-core-0.0.1.1: The swiss army knife of privacy-preserving identity management

Safe HaskellNone
LanguageHaskell2010

Thentos.Backend.Api.Simple

Contents

Synopsis

main

serveApi :: HttpConfig -> ActionState -> Application

combinators

type ThentosBasic = ("user" :> ThentosUser) :<|> (("service" :> ThentosService) :<|> (("thentos_session" :> ThentosThentosSession) :<|> ("service_session" :> ThentosServiceSession)))

user

service

session

service session

servant docs

servant foreign