Note: This is a work in progress. The Web Authentication standard is not yet finished, and additional pre-1.0 releases of this library may introduce breaking API changes.
Server-side Web Authentication library for Java. Provides implementations of the Relying Party operations required for a server to support Web Authentication. This includes registering authenticators and authenticating registered authenticators.
See webauthn-server-demo
for a complete demo
server, which stores authenticator registrations temporarily in memory.