https://github.com/authgear/authgear_deno_hook
https://github.com/authgear/authgear_deno_hook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/authgear/authgear_deno_hook
- Owner: authgear
- License: apache-2.0
- Created: 2022-11-17T09:00:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T03:33:17.000Z (over 1 year ago)
- Last Synced: 2025-03-27T00:22:57.236Z (about 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
}
```