alovoa icon indicating copy to clipboard operation
alovoa copied to clipboard

[BUG] Authentication fails randomly with Spring Boot 3.0.10+

Open Nonononoki opened this issue 6 months ago • 0 comments

Tested with version 3.0.10 and 3.0.13.

The issue lies with AuthService.getCurrentUser(). When calling userRepo.findByEmail(Tools.cleanEmail(email)), it returns null randomly.

Nonononoki avatar Jan 07 '24 19:01 Nonononoki