const fastify = require('fastify')() fastify.register(require('fastify-jwt'), { secret: 'foobar', trusted: validateToken }) fastify.
確定! 回上一頁