[][src]Module parsec_service::authenticators::simple_authenticator

A dummy authenticator

The SimpleAuthenticator will return the string "root" if the RequestAuth given is empty or returns its value read as a String. It has no security value and is only there for testing and to facilitate future integration of a real authenticator.

Structs

SimpleAuthenticator