ToastShaman / dropwizard-auth-jwt

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

Add support for CachingAuthenticator #17

Closed alexitooi closed 8 years ago

alexitooi commented 8 years ago

this PR fixes #16 and enables support to use JsonWebToken for CachingAuthenticator in dropwizard 9.1.

ToastShaman commented 8 years ago

I'm closing this pull request because of missing unit tests. See #16 for more details.