Yubico / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Other
439 stars 137 forks source link

PRF Extension support #328

Open fcorneli opened 8 months ago

fcorneli commented 8 months ago

I've had to add the PRF extension support kind of around the library. See: https://github.com/e-Contract/enterprise-jsf/blob/master/ejsf-taglib/src/main/java/be/e_contract/ejsf/component/webauthn/WebAuthnUtils.java

Would be nice if java-webauthn-server would support this PRF extension out of the box.

emlun commented 8 months ago

Yes, this is on the roadmap, but we have no concrete time plan for it yet.