Module direct_authenticator

Module direct_authenticator 

Source
Expand description

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
Direct authentication authenticator implementation