You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding support for secure payment confirmation would enable developers who already use this library for webauthn to facilitate and validate secure payment confirmation payloads without needing to migrate. Since registration is unaffected only new methods need to be added to support the payment (authentication) flow.
Use Case
Using WebAuthn and SPC to authenticate payments on Chrome and other supported browsers.
Hey just wanted to reach out and mention I saw this. It should be technically possible now since it's just an extension. However I agree regarding making it part of the library. We just have to do so carefully. Do you happen to know if there is a conformance or integration test solution for testing this?
Description
Adding support for secure payment confirmation would enable developers who already use this library for webauthn to facilitate and validate secure payment confirmation payloads without needing to migrate. Since registration is unaffected only new methods need to be added to support the payment (authentication) flow.
Use Case
Using WebAuthn and SPC to authenticate payments on Chrome and other supported browsers.
Documentation
Secure payment confirmation spec: https://www.w3.org/TR/secure-payment-confirmation/
Google docs: https://developer.chrome.com/articles/secure-payment-confirmation/
The text was updated successfully, but these errors were encountered: