kasecato / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-webauthn-server

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.

Build Status Coverage Status

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.

Example Usage

See webauthn-server-demo for a complete demo server, which stores authenticator registrations temporarily in memory.

About

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations

License:Other


Languages

Language:Java 42.5%Language:Scala 37.7%Language:JavaScript 17.1%Language:HTML 2.1%Language:Groovy 0.3%Language:CSS 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%