fix(auth): check if user exists in auth attempts tracker
This patch fixes a possible DOS by checking whether the user exists before creating a record for its unsuccessful auth attempt. This is due to the fact that `box.session.on_auth` will be called even for unknown users (this helps vanilla users log such events).
parent
2c9a13f3
No related branches found
No related tags found
Checking pipeline status
Loading
Please register or sign in to comment