[][src]Module parsec_service::authenticators::direct_authenticator

Direct authenticator

The DirectAuthenticator implements the direct authentication functionality set out in the system architecture. As such, it attempts to parse the request authentication field into an UTF-8 string and returns the result as an application name. This authenticator does not offer any security value and should only be used in environments where all the clients and the service are mutually trustworthy.

Structs

DirectAuthenticator