Is JwkParser/JwkSetParser thread safe? #990
-
I am creating the parser with |
Beta Was this translation helpful? Give feedback.
Answered by
lhazlewood
Apr 15, 2025
Replies: 1 comment
-
Hi @jyyangg29 ! The builders are not thread-safe, but yes, the parser(s) they create are thread-safe and may be shared across threads. 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jyyangg29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jyyangg29 !
The builders are not thread-safe, but yes, the parser(s) they create are thread-safe and may be shared across threads. 😄