Has anyone used webauthn or passkeys in Clojure, and if yes, anyone have tips on best practices for which libraries to use or documentation on how to use them correctly?
This was extremely helpful, thank you @seancorfield and @dharrigan. The demo project has great documentation and is even beginner friendly. I didn't even have to clone the demo and run it locally but was be able to get something working just by reading the README and trying things out in my own project. I learned new things about SSL / TLS and proxy servers which most engineers working with this probably already know more about
@dharrigan has a demo of using passkeys from Clojure: https://github.com/dharrigan/passkeys-demo