Crate mould_auth [] [src]

Mould plugin for token authentication.

Reexports

pub extern crate authorize;

Structs

AuthService

A handler which use CredentialChecker to set role to session. The following actions available: * do-auth - try to authorize by credential

TokenService

A handler which use TokenChecker to set role to session. The following actions available: * do-auth - try to authorize by token