You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Execute your hook from a context](#execute-your-hook-from-a-context)
11
+
-[Usage with HTTP frameworks](#usage-with-http-frameworks)
12
+
*[Usage with ExpressJS](#usage-with-expressjs)
13
+
*[Usage with Fastify](#usage-with-fastify)
14
+
-[Writing hooks](#writing-hooks)
15
+
-[Global context](#global-context)
16
+
-[Applications](#applications)
17
+
*[Logger hook: To log a requestId for each log entry](#logger-hook-to-log-a-requestid-for-each-log-entry)
18
+
*[Authentication hooks: To retrieve the authenticated user during a function execution](#authentication-hooks-to-retrieve-the-authenticated-user-during-a-function-execution)
19
+
*[Validation hooks: To validate body](#validation-hooks-to-validate-body)
20
+
-[Contribute](#contribute)
21
+
22
+
<!-- tocstop -->
23
+
3
24
Backhooks is a new way to write backend applications by using global hooks scoped to a specific context.
4
25
5
26
It can be very useful for an HTTP application, for writing reusable and easily testable code.
0 commit comments