-
Notifications
You must be signed in to change notification settings - Fork 143
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
Support Secure Payment Confirmation (SPC) #285
Comments
We'll look into adding support for this in version 2.5.0, but I can't promise anything definitive just yet. Perhaps we'll split this up and do the minimum soon and the rest later to give it more time to mature:
So perhaps we might do (1) in the next release and (2) soon after. I can't say for certain now, but we're definitely putting this on the to do list. |
Thank you for your quick answer and for putting SPC support into consideration. I just want to share what I observed while testing SPC. As addition to what you wrote in point 1 above, I would like to add that the origin validation that is done in Thanks, Oliver |
Minimal support for this is now implemented in PR #310. We aim to release this as an experimental feature in an early pre-release later this week, and refine SPC support later in the release cycle. As of now the origin validation remains unchanged, but this does not stop downstream applications from "overriding" the default origin validation. Similar to the discussion in #289 (comment), the |
Minimal support is now available in experimental release |
Hi Emil, thank you a lot. |
Discussed in #284
Originally posted by voirtimid May 18, 2023
Hi guys,
I was playing around with FIDO authentication and wanted to try out Secure Payment Confirmation SPC (https://www.w3.org/TR/secure-payment-confirmation/) also. I'm using this library for the server part. Do you have any plans to extend the library with SPC specific features.
Thank you in advance.
Regards,
Oliver
The text was updated successfully, but these errors were encountered: