Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-side WebAuthn? #6

Open
nomeata opened this issue Sep 17, 2020 · 1 comment
Open

Client-side WebAuthn? #6

nomeata opened this issue Sep 17, 2020 · 1 comment

Comments

@nomeata
Copy link

nomeata commented Sep 17, 2020

Do you plan to also add the client-side of WebAuthn? Might be useful to test your server-side implementation, and to be used in programs that want to automate access to WebAuthn-protected resources

@fumieval
Copy link
Owner

It would be much more difficult than the server side. In particular, the client code has to interact with various authenticators via some low-level API. As you can see from the Firefox implementation, it's a lot of code: https://github.com/mozilla/gecko-dev/tree/7ab47f85bacdc7bf61e754d951c6c87f99bbd9aa/dom/webauthn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants