We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52226e5 commit 8884807Copy full SHA for 8884807
src/main/java/com/helioauth/passkeys/api/service/UserSignInService.java
@@ -46,6 +46,7 @@ public SignInStartResponse startAssertion(String name) throws JsonProcessingExce
46
@Transactional
47
public String finishAssertion(String requestId, String publicKeyCredentialJson) {
48
try {
49
+ // TODO return user id also
50
CredentialAssertionResult result = webAuthnAuthenticator.finishAssertion(requestId, publicKeyCredentialJson);
51
52
userCredentialRepository.updateUsageByUserHandleAndCredentialId(
0 commit comments