ToastShaman / dropwizard-auth-jwt

A Dropwizard authentication filter using JSON Web Token (JWT)
Apache License 2.0
116 stars 50 forks source link

Not thread-safe #5

Closed drallgood closed 9 years ago

drallgood commented 9 years ago

The crypto libraries are not thread-safe.

Thus, it's not recommended to create a HMAC verifier/signer as singleton. We need to either: