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

DPoP: use RS256 instead of ES256 #191

Merged
merged 1 commit into from
Mar 1, 2024
Merged

DPoP: use RS256 instead of ES256 #191

merged 1 commit into from
Mar 1, 2024

Conversation

jshawl
Copy link
Member

@jshawl jshawl commented Mar 1, 2024

This PR uses the RS256 signing and verification algorithm instead of ES256. This change was requested by the identity team who will be using RS256 for the signature verification.

example jwt

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.68%. Comparing base (6f0e7cc) to head (692abb3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #191      +/-   ##
==========================================
+ Coverage   73.66%   73.68%   +0.02%     
==========================================
  Files          23       23              
  Lines        2035     2037       +2     
  Branches      240      240              
==========================================
+ Hits         1499     1501       +2     
  Misses        526      526              
  Partials       10       10              

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

@jshawl jshawl marked this pull request as ready for review March 1, 2024 18:35
@jshawl jshawl requested a review from a team as a code owner March 1, 2024 18:35
Copy link
Contributor

@nbierdeman nbierdeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Comment on lines +43 to +44
hash: "SHA-256",
name: "RSASSA-PKCS1-v1_5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔤 🔥

@jshawl jshawl merged commit b3b58d7 into main Mar 1, 2024
5 checks passed
@jshawl jshawl deleted the dpop-use-rsa branch March 1, 2024 19:44
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.

3 participants