Skip to content

Commit 8884807

Browse files
committed
Add TODO comment to return user ID in finishAssertion
1 parent 52226e5 commit 8884807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/helioauth/passkeys/api/service/UserSignInService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public SignInStartResponse startAssertion(String name) throws JsonProcessingExce
4646
@Transactional
4747
public String finishAssertion(String requestId, String publicKeyCredentialJson) {
4848
try {
49+
// TODO return user id also
4950
CredentialAssertionResult result = webAuthnAuthenticator.finishAssertion(requestId, publicKeyCredentialJson);
5051

5152
userCredentialRepository.updateUsageByUserHandleAndCredentialId(

0 commit comments

Comments
 (0)