WebAuthN

W3C has just announced its WebAuthN:

It’s discussed here
https://www.theinquirer.net/inquirer/news/3072044/wwebauthn-becomes-official-standard

Does anyone know a good java/lucee library to implement this?
Does anyone like one?

2 Likes

Good starting point:

Related demo site sponsored by Cisco that includes a bunch of existing libraries including Java that might be a starting point:

Welcome to webauthn.io! This site is designed by Duo Labs to test the new W3C Specification Web Authentication. WebAuthn is supported in the Chrome, Firefox, and Edge browsers to different degrees, but support for credential creation and assertion using a U2F Token, like those provided by Yubico and Feitian, is supported by all of them.
https://webauthn.io/

image


PS. no recommendation there… just adding a bit of colour for others new to the topic!

Did we ever get anywhere with this?

funny, I was just thinking about this the other day

there’s this java library which is pretty much the defacto for java

2 Likes

Was thinking I wonder if we could use AI to package up stuff like this into lucee extensions quickly. A page inside lucee that taps into the api engine…

Like a ‘AI extension builder’, where people could point to a pom and say, generate me a lucee extension for this library.

aka 'generate me a lucee extension for webauth4 using webauthn4j…

then generates a build marked ‘experimental’

could be good for those with are not java devs?