Loading…
Loading…
There's a stub auth validation function on main. A colleague sent a PR with the full implementation: token length, attempt limit, TTL, user lockout. The logic works, but the code is peppered with magic numbers and strings with no context. Walk the diff — how many of these should be lifted into constants?