IAuthStrategy.authenticate(request: IRequest): Promise<IPrincipal | null>
Attempt to authenticate the request.
Promise<IPrincipal | null>
The authenticated principal, or null if no credentials found
IAuthStrategy.authenticate(request: IRequest): Promise<IPrincipal | null>
Attempt to authenticate the request.
Promise<IPrincipal | null>
The authenticated principal, or null if no credentials found
import { type IAuthStrategy } from "auth-plugin/src/index.ts";