|
7 | 7 | <!-- toc --> |
8 | 8 |
|
9 | 9 | - [Get started](#get-started) |
10 | | - * [Install dependency](#install-dependency) |
11 | | - * [Write your first hook](#write-your-first-hook) |
12 | | - * [Execute your hook from a context](#execute-your-hook-from-a-context) |
| 10 | + - [Install dependency](#install-dependency) |
| 11 | + - [Write your first hook](#write-your-first-hook) |
| 12 | + - [Execute your hook from a context](#execute-your-hook-from-a-context) |
13 | 13 | - [Usage with HTTP frameworks](#usage-with-http-frameworks) |
14 | | - * [Usage with ExpressJS](#usage-with-expressjs) |
15 | | - * [Usage with Fastify](#usage-with-fastify) |
| 14 | + - [Usage with ExpressJS](#usage-with-expressjs) |
| 15 | + - [Usage with Fastify](#usage-with-fastify) |
16 | 16 | - [Writing hooks](#writing-hooks) |
17 | 17 | - [Global context](#global-context) |
18 | 18 | - [Applications](#applications) |
19 | | - * [Logger hook: To log a requestId for each log entry](#logger-hook-to-log-a-requestid-for-each-log-entry) |
20 | | - * [Authentication hooks: To retrieve the authenticated user during a function execution](#authentication-hooks-to-retrieve-the-authenticated-user-during-a-function-execution) |
21 | | - * [Validation hooks: To validate body](#validation-hooks-to-validate-body) |
| 19 | + - [Logger hook: To log a requestId for each log entry](#logger-hook-to-log-a-requestid-for-each-log-entry) |
| 20 | + - [Authentication hooks: To retrieve the authenticated user during a function execution](#authentication-hooks-to-retrieve-the-authenticated-user-during-a-function-execution) |
| 21 | + - [Validation hooks: To validate body](#validation-hooks-to-validate-body) |
22 | 22 | - [Contribute](#contribute) |
23 | 23 |
|
24 | 24 | <!-- tocstop --> |
@@ -252,4 +252,4 @@ export default function () { |
252 | 252 |
|
253 | 253 | ## Contribute |
254 | 254 |
|
255 | | -This is really, really early stage. Everything is subject to change. The best way to help me with that is just to communicate me in some way that you are interested in this. You can open an issue or join me on my completely empty Discord Server, I'll be happy to interact. |
| 255 | +This is really, really early stage. Everything is subject to change. The best way to help me with that is just to communicate me in some way that you are interested in this. You can open an issue or send a message in discussions, or just leave a star on the repo to tell me that I should continue to work on that, I'll be happy to interact! |
0 commit comments