-
Notifications
You must be signed in to change notification settings - Fork 108
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
x5c support #79
Comments
Apple's new notification system is using x5c as well. This post is from 2018, but the docs have X.509 support listed under TODO; any idea when that might happen? |
+1 |
You can do this with Node 15+ -
If you need to verify a chain -
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a couple JWTs that use x5c in the headers (Android SafetyNet attestation, FIDO Metadata Service). Would it be possible to add validation of JWS that's using x5c?
Here's the Android SafetyNet JWS:
And the FIDO MDS JWT:
See also: auth0/node-jsonwebtoken#314
The text was updated successfully, but these errors were encountered: