ToastShaman / dropwizard-auth-jwt

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

set sub property in JsonWebTokenClaim constructor #4

Closed mchristiansen closed 9 years ago

tzahari commented 9 years ago

Hi @mchristiansen, Hi @ToastShaman,

I found the same problem and fixed it the same way.

I also added a jUnit test for all possible fields.

You can use my commit with the jUnit test if you want. tzahari@4be9575cd9b54064d53d38a31360a4eed6628756

Regards Thomas