-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
hi, please tell me are these objects thread-safe or not.
- "Signer" which is instantiated through "HMACSigner.newSHA512Signer"
- "Verifier" which is instantiated through "HMACVerifier.newVerifier"
- "JWTDecoder" which is instantiated using "JWT.getDecoder"
- "JWTEncoder" which is instantiated using "JWT.getEncoder"