Hello.

I created a simple webauthn-spring-boot-starter to enable other developers adding webauthn into their applications. This library uses the webauthn-server-core from yubico and provides different configuration properties. While it is still in an incipient phase, I am hoping for it to help us replace user passwords with public key based credentials as soon as more browsers are providing more WebAuthn support.

The library by default stores all the data in memory for development exercises, but if spring data is also present, it automatically registers several repositories to persist its data.

Please let me know if you need more details.

Thank you

Comment From: pivotal-cla

@mihaita-tinta Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@mihaita-tinta Thank you for signing the Contributor License Agreement!

Comment From: snicoll

@mihaita-tinta thank you for making your first contribution to Spring Boot and your work on this starter.