Classes

An authenticator using SilverStripe's BasicAuth

The authentication Handler is responsible for handling authentication requirements and providing a Member to the Manager if required, so it can be used in request contexts.

Interfaces

An AuthenticatorInterface is responsible for authenticating against a SilverStripe CMS Member from the given request data.