apigee / iloveapis2015-jwt-jwe-jws

Apache License 2.0
30 stars 36 forks source link

Allow multiple audiences to be set from variables #6

Closed sztupy closed 7 years ago

sztupy commented 7 years ago

When trying to set multiple audiences from variables it wasn't working before, as the variable expansion (which resulted in String[]) was not compatible with the conversion to List<String> as expected by nimbus.

Changes done:

DinoChiesa commented 7 years ago

Thanks for the PR!