Passkey Implementation with Java

Hey!

I currently run all my sites off SpringBoot (Java). How would I go about implementing support for Passkeys within SpringBoot? I'm looking for a library or any method of doing this.

Thank you!

Replies

On the server side, passkeys use standard WebAuthn. Any server implementation of WebAuthn should be compatible with passkeys.