Closed fmarco76 closed 7 years ago
Every request with a Token needs to contact the jwk endpoint and get the keys to validate the token generating a lot of traffic on IAM. Keys can be cached improving response time and reducing traffic.
Fixed with #39
Every request with a Token needs to contact the jwk endpoint and get the keys to validate the token generating a lot of traffic on IAM. Keys can be cached improving response time and reducing traffic.