IAuthService.authenticate(request: IRequest): Promise<IPrincipal | null>
Run configured passive strategies to authenticate a request.
Promise<IPrincipal | null>
The authenticated principal, or null if unauthenticated
IAuthService.authenticate(request: IRequest): Promise<IPrincipal | null>
Run configured passive strategies to authenticate a request.
Promise<IPrincipal | null>
The authenticated principal, or null if unauthenticated
import { type IAuthService } from "auth-plugin/src/index.ts";