You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by rishid March 1, 2024
I am trying to use jws.verify with a KeySet and want to set the kid required to false. The comment mentions adding this jws.WithKeySetSuboption(jws.WithKeySetRequireKid(false)) as an option but this does not work and it seems like the code doesn't exist.
Discussed in #1083
Originally posted by rishid March 1, 2024
I am trying to use
jws.verify
with a KeySet and want to set the kid required to false. The comment mentions adding thisjws.WithKeySetSuboption(jws.WithKeySetRequireKid(false))
as an option but this does not work and it seems like the code doesn't exist.Referenced line:
jwx/jws/options.go
Line 139 in ace7a77
The text was updated successfully, but these errors were encountered: