zlacker

[return to "A Tour of WebAuthn"]
1. zcdziu+8G[view] [source] 2024-12-27 02:09:15
>>caust1+(OP)
Can anyone recommend a good dummy passkey provider to use when developing and testing RESTful authentication services that will rely on WebAuthn? Every example that I've seen online for interacting with a WebAuthn service assumes that you're working within the context of the browser and can use the Navigator APIs.

I like to use regular ol' cURL when testing out API endpoints, and it would be great if there were some kind of dummy CLI program that I could use to generate the WebAuthn key agreements and materials.

◧◩
2. lxgr+oQ[view] [source] 2024-12-27 04:57:59
>>zcdziu+8G
What exactly are you trying to test? Is there even a non-browser standard/protocol for using WebAuthN (which is a web standard, after all)?
[go to top]