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

x/dashport/types.ts>Strategy

Local and OAuth authentication middleware for Deno
Latest
interface Strategy
import { type Strategy } from "https://deno.land/x/dashport@v1.2.1/types.ts";

All Dashport strategies are classes that must contain a router method

Properties

router: Function