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

@herrjemand To break up:

1. Get challenge. Server provides the challenge in HTML.
2, Send it to the authenticator. Browser does that based on HTML document.
3. Get response. Again, browser does that.
4. Send challenge back to RP. Again, browser can do that, I guess by using form submission or something like that.

Noting that browser already kind of does 2 and 3 by itself(it is abstracted under JS API) there isn't any real stoppers for this.

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

Received on Thursday, 8 August 2019 18:11:54 UTC