hashrock / hashrock-fresh-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Auth Plugin

add this plugin like:

// main.ts
import basicAuthPlugin from "https://deno.land/x/hashrock_fresh_plugins/basic.ts";

await start(manifest, {
  plugins: [
    basicAuthPlugin("/greet/"),
  ],
});

and create .env

BASIC_AUTH_USER=user
BASIC_AUTH_PASSWORD=password

About


Languages

Language:TypeScript 100.0%