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

jws: Check key types for those that implement crypto.Signer #997

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

lestrrat
Copy link
Collaborator

fixes #996

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ No coverage uploaded for pull request base (develop/v2@42d47a7). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop/v2     #997   +/-   ##
=============================================
  Coverage              ?   72.29%           
=============================================
  Files                 ?       93           
  Lines                 ?    13644           
  Branches              ?        0           
=============================================
  Hits                  ?     9864           
  Misses                ?     2971           
  Partials              ?      809           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lestrrat lestrrat merged commit fcfec2c into develop/v2 Oct 18, 2023
32 checks passed
@lestrrat lestrrat deleted the gh-996 branch October 18, 2023 07:31
lestrrat added a commit that referenced this pull request Oct 19, 2023
* jws: Check key types for those that implement crypto.Signer (#997)

* jws: Check key types for those that implement crypto.Signer

* guide users to jws/jwe documentation

* Update Changes

* tweak message

* Update Changes
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.

jws.Sign() allows jwa.RS256 alg when using ECDSA key
1 participant