文章列表

1.3k1 分钟

# fastify 官网 本文主要使用 fastify 中的 preValidation 钩子实现 token 认证 钩子 (hooks) 让你能够监听应用或请求 / 响应生命周期之上的特定事件 官方文档: If you are using the preValidation hook, you can change the payload before it is validated. For example: fastify.addHook('preValidation', (request, reply, done) => {