All Projects → w3c → secure-payment-confirmation

w3c / secure-payment-confirmation

Licence: other
Explainer for Secure Payment Confirmation

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to secure-payment-confirmation

webauthn.me
webauthn.me, learn more about the Web Authentication API or try the debugger.
Stars: ✭ 30 (-53.12%)
Mutual labels:  webauthn
react-payment-request-api
High order component to drive Payment Request widget
Stars: ✭ 58 (-9.37%)
Mutual labels:  payment-request
a12n-server
A ready-to-launch User and Authentication system for those that don't want to build it
Stars: ✭ 324 (+406.25%)
Mutual labels:  webauthn
wp-webauthn
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
Stars: ✭ 85 (+32.81%)
Mutual labels:  webauthn
kagi
WebAuthn security keys and TOTP multi-factor authentication for Django
Stars: ✭ 17 (-73.44%)
Mutual labels:  webauthn
adfsmfa
MFA for ADFS 2022/2019/2016/2012r2
Stars: ✭ 86 (+34.38%)
Mutual labels:  webauthn
laravel-webauthn
Laravel Webauthn support
Stars: ✭ 142 (+121.88%)
Mutual labels:  webauthn
go-libfido2
libfido2 bindings for golang
Stars: ✭ 42 (-34.37%)
Mutual labels:  webauthn
old-browserhax
Fast and free old 3ds browser exploit for latest firmware.
Stars: ✭ 37 (-42.19%)
Mutual labels:  3ds
SimpleWebAuthn
WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node.
Stars: ✭ 206 (+221.88%)
Mutual labels:  webauthn
3ds
Javascript front-end to the titledb API
Stars: ✭ 12 (-81.25%)
Mutual labels:  3ds
keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (+59.38%)
Mutual labels:  webauthn
line-fido2-server
FIDO2(WebAuthn) server officially certified by FIDO Alliance and Relying Party examples.
Stars: ✭ 350 (+446.88%)
Mutual labels:  webauthn
Notepad3DS
Text editor for the Nintendo 3DS console
Stars: ✭ 17 (-73.44%)
Mutual labels:  3ds
shim
The Userify Shim (cloud agent)
Stars: ✭ 57 (-10.94%)
Mutual labels:  public-key
android-webauthn-authenticator
A WebAuthn Authenticator for Android leveraging hardware-backed key storage and biometric user verification.
Stars: ✭ 101 (+57.81%)
Mutual labels:  webauthn
3dsMax-Python-HowTos
3ds Max python samples
Stars: ✭ 86 (+34.38%)
Mutual labels:  3ds
tangerine
A work-in-progress music player for the Nintendo 3DS and Nintendo Switch
Stars: ✭ 20 (-68.75%)
Mutual labels:  3ds
appr-wrapper
Payment Request wrapper for Apple Pay JS
Stars: ✭ 150 (+134.38%)
Mutual labels:  payment-request
ACNL REditor
Animal Crossing New Leaf ROM Editor: Patch ACNL's code and files with QoL improvements to change the gameplay.
Stars: ✭ 35 (-45.31%)
Mutual labels:  3ds

Secure Payment Confirmation

Secure Payment Confirmation (SPC) is a Web API to support streamlined authentication during a payment transaction. It is designed to scale authentication across merchants, to be used within a wide range of authentication protocols, and to produce cryptographic evidence that the user has confirmed transaction details. The W3C Web Payments Working Group is developing SPC.

Links:

Screenshot

FAQ

Q. Who can validate the SPC response besides the actual Relying Party (RP)?

An SPC challenge bundles transaction details with transaction-specific dynamic data from the Relying Party. An SPC response includes a signature over that challenge. Validation in SPC refers to the verification of that signature using the credential public key. A Relying Party can choose to share the credential public key with another party (e.g., a card network or payment service provider) via out-of-band communication to enable that party to validate the SPC assertion.

Acknowledgements

Contributors:

  • Adrian Hope-Bailie (Coil)
  • Benjamin Tidor (Stripe)
  • Danyao Wang (Google)
  • Christiaan Brand (Google)
  • Rouslan Solomakhin (Google)
  • Nick Burris (Google)
  • Gerhard Oosthuizen (Entersekt)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].