Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non-applicable comment #1224

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions jwe/options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ options:
WithMessage provides a message object to be populated by `jwe.Decrypt`
Using this option allows you to decrypt AND obtain the `jwe.Message`
in one go.

Note that you should NOT be using the message object for anything other
than inspecting its contents. Particularly, do not expect the message
reliable when you call `Decrypt` on it. `(jwe.Message).Decrypt` is
slated to be deprecated in the next major version.
- ident: RequireKid
interface: WithKeySetSuboption
argument_type: bool
Expand Down
5 changes: 0 additions & 5 deletions jwe/options_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading