servant-auth-server-0.4.9.1: servant-server/servant-auth compatibility
Safe HaskellNone
LanguageHaskell2010

Servant.Auth.Server.Internal

Orphan instances

(AddSetCookies n (ServerT api Handler) (ServerT (AddSetCookiesApi n api) Handler), AreAuths auths ctxs v, HasContextEntry ctxs CookieSettings, HasContextEntry ctxs JWTSettings, HasServer (AddSetCookiesApi n api) ctxs, HasServer api ctxs, ToJWT v, n ~ 'S ('S 'Z)) => HasServer (Auth auths v :> api :: Type) ctxs Source # 
Instance details

Methods

route :: Proxy (Auth auths v :> api) -> Context ctxs -> Delayed env (Server (Auth auths v :> api)) -> Router env #

hoistServerWithContext :: Proxy (Auth auths v :> api) -> Proxy ctxs -> (forall x. m x -> n0 x) -> ServerT (Auth auths v :> api) m -> ServerT (Auth auths v :> api) n0 #