rib / jsonwebtokens

A rust implementation of Json Web Tokens
MIT License
43 stars 7 forks source link

Allow 'aud' claim to be an array of string #14

Closed rib closed 3 years ago

rib commented 3 years ago

These changes address issue #13, allowing the 'aud' claim to be an array of strings and also allowing verification of similar custom claims via a new .string_or_array_contains() verifier API.