|
Can the password url be protected against brute force attacks ? Like time gating the attempts or limited tries etc |
Answered by
Zingzy
Nov 10, 2025
Replies: 1 comment
|
Hello @flesti yes, I think that might be a vulnerability, thanks for pointing out... One step for fixing this would be to rate-limiting the |
0 replies
Answer selected by
flesti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @flesti yes, I think that might be a vulnerability, thanks for pointing out... One step for fixing this would be to rate-limiting the
/<short_code>/passwordendpoint. If you want you can open an issue for the same, I would try to fix after I launch the v2 this week