WebAuthn icon indicating copy to clipboard operation
WebAuthn copied to clipboard

apple-appatest

Open nehox opened this issue 4 years ago • 2 comments

anyone have solution for apple-appattest support ? is-it planned ?

nehox avatar Feb 22 '21 13:02 nehox

what does apple appatest exactly do, also if not needed try running without attestation.

just verify that the device is the same device used on registration. You can use 'none' attestation with this library if you only check 'none' as format.

My1 avatar May 23 '21 16:05 My1

what does apple appatest exactly do

I think you can close this - it doesn't have anything to do with WebAuthn.

Apple's App Attest system is about proving the client attempting to access your server is trusted. You can use it to block third party / untrusted clients. It's also a way to block main in the middle attacks.

abhibeckert avatar Jun 24 '23 07:06 abhibeckert