Module firetrap::auth

source ·
Expand description

Contains the Authenticator trait that is used by the Server to authenticate users, as well as its various implementations.

Structs

Authenticator implementation that simply allows everyone.

Traits

Defines the common interface that can be implemented for a multitude of authentication backends, e.g. LDAP or PAM. It is used by Server to authenticate users.