Skip to main content
Module

x/danet/mod.ts>AuthGuard

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
interface AuthGuard
Re-export
import { type AuthGuard } from "https://deno.land/x/danet@1.4.0/mod.ts";

Methods

canActivate(context: HttpContext): Promise<boolean> | boolean