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: Support ES256 for Create JWT #2828

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

daniel-shuy
Copy link
Contributor

Based on #628, but updated for 1.10.x. As mentioned in #628, ES256 is already supported for signing tokens, but not for generating JWTs. Looks like #628 was merged into 0.9.x, but was not ported/merged into 0.10.x.

Related issue(s)

Closes #2453

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security. vulnerability, I
    confirm that I got green light (please contact
    security@ory.sh) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

Further Comments

@daniel-shuy daniel-shuy changed the title Create JWT: Support ES256 feat: Support ES256 for Create JWT Oct 31, 2021
Copy link
Member

@aeneasr aeneasr left a comment

Choose a reason for hiding this comment

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

Great job!

@aeneasr aeneasr merged commit 5795bc3 into ory:master Nov 1, 2021
@daniel-shuy daniel-shuy deleted the support-es256-jwk-algo branch November 1, 2021 13:10
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.

Support ES256
2 participants