ToastShaman / dropwizard-auth-jwt

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

audience not supported #23

Closed sandlinm closed 8 years ago

sandlinm commented 8 years ago

Are you planning on implementing the audience claim?

https://tools.ietf.org/html/rfc7519#section-4.1.3

ToastShaman commented 8 years ago

I am planning on replacing my own JWT implementation with jose4j in the upcoming 1.0 release of Dropwizard. Would that work for you?

sandlinm commented 8 years ago

Absolutely ;)...

ToastShaman commented 8 years ago

Fixed in release v1.0.0-0.