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

ECDSA support #56

Merged
merged 1 commit into from
Dec 2, 2021
Merged

ECDSA support #56

merged 1 commit into from
Dec 2, 2021

Conversation

afflerbach
Copy link
Collaborator

No description provided.

src/schema.js Outdated
@@ -420,7 +420,7 @@ const attributes = {
},
signature_algorithm: {
parents: ['jwt', 'jwt_signing_profile'],
options: ['HS256', 'HS384', 'HS512', 'RS256', 'RS384', 'RS512']
options: ['HS256', 'HS384', 'HS512', 'RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512']
Copy link
Contributor

Choose a reason for hiding this comment

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

please in alphabetical order :)

@afflerbach afflerbach force-pushed the jwt-ecdsa branch 2 times, most recently from db5100f to e31ec85 Compare December 1, 2021 10:53
@johakoch johakoch merged commit 5a8d3ba into master Dec 2, 2021
@johakoch johakoch deleted the jwt-ecdsa branch December 2, 2021 14:55
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