mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
validateAndConsumeChallenge
This commit is contained in:
parent
4df7f81dca
commit
a5f8d15b2d
@ -488,7 +488,7 @@ public class PasskeyServiceImpl implements PasskeyService {
|
|||||||
|
|
||||||
// 标记挑战为已使用
|
// 标记挑战为已使用
|
||||||
challenge.setStatus(1);
|
challenge.setStatus(1);
|
||||||
passkeyChallengeService.saveChallenge(challenge);
|
passkeyChallengeService.validateAndConsumeChallenge(challenge.getId(),challenge.getChallengeType());
|
||||||
|
|
||||||
_logger.debug("Authentication verification completed successfully");
|
_logger.debug("Authentication verification completed successfully");
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user