I am able to create a jwt token: fastify.post('/signup', (req, reply) => { const token = fastify.jwt.sign({ payload, }) reply.send({ token }) }).
確定! 回上一頁