Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 930 Bytes

File metadata and controls

22 lines (16 loc) · 930 Bytes

webauthn-spring-boot-starter demo

Given a typical spring boot application that uses the form login authentication method, we are migrating existing users to public key based credentials using webauthn-spring-boot-starter.

More details are explained here

To run locally just execute: mvn install and then mvn spring-boot:run

You should be able to see the registration page on http://localhost:8080/register.html register page

You are being redirected to the login page after creating new credentials http://localhost:8080/login.html

If you don't have an authenticator you can enable a virtual one from Dev Tools in your browser emulator You can see new credentials being created after registering: emulator