Crate mould_auth [] [src]

Mould plugin for token authentication.

Reexports

pub extern crate permission;
pub extern crate identify;
pub use managers::*;

Modules

managers

Macros

permission_required

Structs

AuthService

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

TokenService

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

Enums

AuthPermission
TokenPermission