RequestAuthenticator
Help for creating authentication middleware based on Request
.
protocol RequestAuthenticator : Authenticator
Browse conforming typesAuthenticator
’s use the incoming request to check for authentication information. If valid authentication credentials are present, the authenticated user is added to req.auth
.