fastify / fastify-jwt

JWT utils for Fastify
MIT License
501 stars 97 forks source link

fix: Async key provider and errors should be resolved internally #335

Open NikitaIT opened 5 months ago

NikitaIT commented 5 months ago

False positive tests: test: Async key provider errors should be resolved internally

Fix & test fix: feat: Async key provider

Related issue: https://github.com/fastify/fastify-jwt/issues/334

Checklist