Replies: 1 comment 1 reply
-
The documentation is misleading, but please see the example here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions