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

x/danet/src/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.2.0/src/mod.ts";

Methods

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