Skip to main content
Module

x/fastro/examples/oauth.ts

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
File
import fastro from "$fastro/mod.ts";import { authModule } from "$fastro/modules/auth/auth.mod.tsx";
const f = new fastro();f.group(authModule);
await f.serve();