One of use cases that should be supported for Keycard is pinless data signing. Signing should work with signTypedData API available from web3.keycard namespace that is equivalent to web3.eth.signTypedData as documented in EIP-712.
As a user, I want to be able to use my keycard without a pin, so making transactions or payments is effortless.
This can be used in e.g. Point-of-Sale scenarios where merchant owns a device running Status and customer owns a Keycard. It would then enable using Keycard in payment card-like scenarios.
Implementation of this feature will enable the following flow for a customer purchasing goods from merchant:
Context:
web3.eth.signTypedData has been implemented earlier in https://github.com/status-im/status-react/pull/7680. The flow should be the following:
web3.keycard.signTypedDataSignature request screenSigning OK message on the screenA signing screen should resemble the one from Metamask with a hierarchical data display

UPDATE: new Figma design here.
More details here
it looks good to me @siphiuel
The only thing I would change is:
Once a card is detected, hash is generated on the status-go side and sent to the Keycard
I would generate the hash and then wait for a card, so that as soon as the card is "connected", we just send the data and receive back the signature. NFC connection is always weak so better doing just one thing
@gravityblast thanks! Corrected
Could we get a well formatted user story (as a user...) for this one please?
@cammellos added a sample scenario
Just to make sure I understand, the feature is basically to allow user to sign a transaction/make a payment without a pin?
Should we add something on the lines:
As a user
I want to be able to use my keycard without a pin
So making transaction is effortless
Does that capture the feature?
@cammellos yes, perfect
/me runs out to buy a NFC blocker wallet for his keycard
:) we'll for sure deliver keycards in NFC blocker material, and might
provide a NFC blocker sleeve too
Le lun. 4 nov. 2019 à 15:30, yenda notifications@github.com a écrit :
/me runs out to buy a NFC blocker wallet for his keycard
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/status-im/status-react/issues/9275?email_source=notifications&email_token=ACXOGPMZNG5V5BZ4LKPH5BTQSAWYXA5CNFSM4JESEDTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7N3FY#issuecomment-549379479,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACXOGPN7WBOSUOW2EXIDKXTQSAWYXANCNFSM4JESEDTA
.
just to add a comment about the security of your wallets.
the payment scenario uses a different applet in the card, so it has a different key, which is completely separated from the one used for the hardware wallet scenario, the one where the PIN is always needed and only usable on a paired device.
Working on the UX for this.
This signature request does not follow the regular pattern since it requires from the seller an interaction with some other person's card, therefore, the UX flow differs a lot:
WIP preview:

WIP Figma:
https://www.figma.com/file/XUehMnhyD1FGcWzvGz6SXqvh/Wallet?node-id=4313%3A35269
Most helpful comment
@cammellos yes, perfect