reallylabs / jwt-scala

JSON Web Token (JWT) Scala implementation
Apache License 2.0
38 stars 30 forks source link

Fixed signature verification bypass issue. #14

Closed harupu closed 7 years ago

harupu commented 7 years ago

I've fixed these signature verification bypass issues:

To maintain compatibility, this fix doesn't require extra parameters but try to check key type when using HSXXX algorithm.