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

Implement JWS-compatible signature marshaling #6077

Merged
merged 2 commits into from
Jan 23, 2019
Merged

Conversation

jefferai
Copy link
Member

This currently only applies to ECDSA signatures, and is a toggleable
option.

This currently only applies to ECDSA signatures, and is a toggleable
option.
@jefferai jefferai added this to the 1.0.3 milestone Jan 19, 2019
@rvandegrift
Copy link
Contributor

With the one change I suggested, this produces valid JWT signatures. Thanks @jefferai!

@jefferai
Copy link
Member Author

Ah, I misread the spec and thought that it was telling you how to deal with unpadded base64 if you encountered it, not that it wanted you to use it :-)

Will fix.

@jefferai jefferai added the ui label Jan 22, 2019
@jefferai jefferai merged commit 5d6f25d into master Jan 23, 2019
@jefferai jefferai deleted the jws-signature-encoding branch January 23, 2019 17:31
@mattva01
Copy link
Contributor

Thanks for this, it's something I've been really been hoping for!

@jefferai
Copy link
Member Author

Glad to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants