Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur/src/security/authorization/src/auth.middleware.ts>AuthMiddleware

Alosaur - Deno web framework with many decorators
Go to Latest
class AuthMiddleware
implements MiddlewareTarget
import { AuthMiddleware } from "https://deno.land/x/alosaur@v0.35.0/src/security/authorization/src/auth.middleware.ts";

Constructors

new
AuthMiddleware(schemes: AuthenticationScheme[])

Methods

onPreRequest(context: SecurityContext<unknown>): Promise<void>