ToastShaman / dropwizard-auth-jwt

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

JWTAuthFilter will (if configured to do so) look through the cookies … #15

Closed kimble closed 8 years ago

kimble commented 8 years ago

This enables tokens to be submitted using cookies (especially useful for serving images).

What do you think?