I suggest to improve validation for aud so that we can use collection for “valid audience” but not a single value only.
|
Checks one or more audiences in the `:aud` claim against the single valid audience in the passed `:aud`. |
|
If no `:aud` is passed, this check is not performed. |
I suggest to improve validation for
audso that we can use collection for “valid audience” but not a single value only.buddy-sign/src/buddy/sign/jwt.clj
Lines 27 to 28 in 2009c4d