indigo-dc / LiferayPlugIns

INDIGO-DataCloud modules for Liferay
Apache License 2.0
0 stars 2 forks source link

Caching keys for token validation #36

Closed fmarco76 closed 7 years ago

fmarco76 commented 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.

fmarco76 commented 7 years ago

Fixed with #39