tsndr / cloudflare-worker-jwt

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
MIT License
649 stars 51 forks source link

Allow array in Audience #40

Closed tomlokhorst closed 1 year ago

tomlokhorst commented 1 year ago

The Audience claim (aud) can be one or multiple values. See 4.1.3 in spec.

I've updated the typescript definitions to allow for this.

tsndr commented 1 year ago

Thank you for your contribution ❤️