Re: [webauthn] Add a way to use webauthn without Javascript (#1255)

A big issue is that currently the webauthn spec practically forces client side transform of requests/responses due to the usage of uint8arrays which can't be encoded to json. When requested to have these as base64 instead, it was denied. So I think that would be "step 1" is remove the need for client side transform of any webauthn request. See https://github.com/w3c/webauthn/issues/1619 

-- 
GitHub Notification of comment by Firstyear
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1255#issuecomment-964601967 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 9 November 2021 22:26:08 UTC