mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? An Audience configuration was added and wired into the server using .WithAudienceGetter() so that if an audience is configured, it will be validated against the audience in the JWT. ## Why? The JWT audience should almost always be validated against an expected audience value to ensure JWT validity. ## How did you test it? - [x] built - [x] run locally and tested manually - [ ] covered by existing tests - [x] added new unit test(s) - [ ] added new functional test(s)