Skip to content

tejasdharamshi/java-webauthn-server

 
 

Repository files navigation

java-webauthn-server

Note: This is a work in progress. The Web Authentication standard is not yet finished, and any part of this project may change at any time.

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.

The project is currently implemented mostly in Scala; this is intended to be translated to Java when the specification and these APIs seem stable enough.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 53.7%
  • Java 23.3%
  • JavaScript 20.0%
  • HTML 2.4%
  • Groovy 0.3%
  • CSS 0.2%
  • Other 0.1%