An open API service indexing awesome lists of open source software.

https://github.com/authgear/authgear_deno_hook


https://github.com/authgear/authgear_deno_hook

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# authgear\_deno\_hook

This Deno package assist the developer to write Deno Hooks.

https://deno.land/x/authgear_deno_hook

## Usage

```typescript
import { HookEvent, HookResponse } from "https://deno.land/x/authgear_deno_hook@v0.1.0/mod.ts";

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