auth0 / java-jwt

Java implementation of JSON Web Token (JWT)
MIT License
5.84k stars 921 forks source link

Empty string audience claim should be deserialized as empty string #663

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

Changes

Fixes #662 - an empty audience string was being deserialized as an empty list, instead of a list with an empty string.