Skip to content

authgear/authgear_deno_hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

authgear_deno_hook

This Deno package assist the developer to write Deno Hooks.

https://deno.land/x/authgear_deno_hook

Usage

import { HookEvent, HookResponse } from "https://deno.land/x/[email protected]/mod.ts";

export default async function(e: HookEvent): Promise<HookResponse> {
  // Write your hook with the help of the type definition.
}