Prerequisites
Issue
Hello, I was using fastify-jwt to implement a authorization strategy with accessToken and refreshToken using the namespace feature.
But when I had to use the functionality of fastify.jwt instead of the default function <namespace>JwtVerify or <namespace>JwtSign defined in the documentation, there wasn't any information about the changes that are applied to fastify.jwt when you use namespaces.
Prerequisites
Issue
Hello, I was using fastify-jwt to implement a authorization strategy with accessToken and refreshToken using the namespace feature.
But when I had to use the functionality of
fastify.jwtinstead of the default function<namespace>JwtVerifyor<namespace>JwtSigndefined in the documentation, there wasn't any information about the changes that are applied tofastify.jwtwhen you use namespaces.