[Archive] Does this endpoint "https://api.openlogin.com/jwks" always return same jwks?

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 11/28/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


If it returns the same value every time, I can save the value as constant rather than making a new fetch request every time for server side verification.



Originally posted by: bhagyamudgal

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/948

@bhagyamudgal we do rotate our keys periodically so it's better to call the endpoint.



Originally posted by: BboyStatix