Does this endpoint "https://api.openlogin.com/jwks" always return same jwks? #948
bhagyamudgal
announced in
Help
Replies: 1 comment 1 reply
-
@bhagyamudgal we do rotate our keys periodically so it's better to call the endpoint. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions