[][src]Module parsec_service::authenticators

Authenticators

Authenticators need to implement the Authenticate trait. The service will authenticate any request with the RequestAuth field in order to get the ApplicationName of the application sending the request. The ApplicationName string is used to namespace the keys of all applications with their name.

Modules

simple_authenticator

A dummy authenticator

Structs

ApplicationName

Traits

Authenticate