Skip to content

Protocol

RequestAuthenticator

Help for creating authentication middleware based on Request.
protocol RequestAuthenticator : Authenticator

Overview

Authenticator’s use the incoming request to check for authentication information. If valid authentication credentials are present, the authenticated user is added to req.auth.

Topics

Instance Methods

Relationships

Inherits From

Inherited By