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

Allow signing a JWS without adding a KID #23

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Allow signing a JWS without adding a KID #23

merged 1 commit into from
Feb 14, 2024

Conversation

Jeidnx
Copy link
Contributor

@Jeidnx Jeidnx commented Feb 9, 2024

Implements a new function on the JwsSigner trait and some changes to the trait implementors.

closes #19

  • cargo fmt has been run
  • cargo test has been run and passes
  • documentation has been updated with relevant examples (if relevant)

Added an option to all implementors of JwsSigner to disable adding the KID in the JWS header
@Firstyear
Copy link
Member

Thank you, I think this is a good change. Can you add yourself to contributors.md too?

@Firstyear Firstyear merged commit c40b7e7 into kanidm:main Feb 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build JWS without kid
2 participants