In order for the entire application to use the same repositories it would be nice if Spring Boot would automatically add Auto Configuration for WebAuthn Beans.
If spring-security-webauthn is on the classpath, then defineMapPublicKeyCredentialUserEntityRepository and MapUserCredentialRepository with ConditionalOnBean for PublicKeyCredentialUserEntityRepository and UserCredentialRepository respectively.