Skip to content

Protocol

AsyncRequestAuthenticator

Help for creating authentication middleware based on Request.
protocol AsyncRequestAuthenticator : AsyncAuthenticator

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.

This is an async version of RequestAuthenticator

Topics

Instance Methods

Relationships

Inherits From

Inherited By