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

feat(transformer): support JWS, PASETO signer and verifier. #90

Merged
merged 5 commits into from
Dec 10, 2021

Conversation

Zenithar
Copy link
Contributor

@Zenithar Zenithar commented Dec 5, 2021

Context

  • Add value transformers to sign and verify
    • RAW
    • JWS
    • PASETO (v3/v4)
  • transform command
    • encode the input using the given encoding strategy
    • decode the input using the given encoding strategy
    • encrypt the input with the provided key
    • decrypt the input with the provided key
    • sign the input with the provided key
    • verify the input with the provided key
  • keygen command
    • jwk generate a private key for signing purpose to be used with transform sign or verify command

@Zenithar Zenithar self-assigned this Dec 5, 2021
@Zenithar Zenithar force-pushed the feat_transformer_signers_and_verifiers branch from d6a6f82 to 9aacd2e Compare December 8, 2021 14:03
@Zenithar Zenithar marked this pull request as ready for review December 10, 2021 15:19
@Zenithar Zenithar merged commit 1a42705 into main Dec 10, 2021
@Zenithar Zenithar deleted the feat_transformer_signers_and_verifiers branch December 10, 2021 15:20
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.

1 participant