Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/danet/src/guard/interface.ts>AuthGuard

A savory web framework for Deno heavily inspired by Nest
Go to Latest
interface AuthGuard
import { type AuthGuard } from "https://deno.land/x/danet@v0.1.0-alpha/src/guard/interface.ts";

Methods

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