How to specify which JWT SECRET I gonna use to create a JWT and verify a JWT with Fastify?
I’m building a API using Fastify and @fastify/jwt and I’m having trouble specifing which secret I’m going to use to create and verify a JWT.
I’m building a API using Fastify and @fastify/jwt and I’m having trouble specifing which secret I’m going to use to create and verify a JWT.