Skip to main content
Module

x/alosaur/src/security/authentication/cookies/src/cookies-authentication.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
import { CookiesScheme } from "./cookies.scheme.ts";
export namespace CookiesAuthentication { export const DefaultScheme = new CookiesScheme( "/account/login", );}