Today, during the project, we attempted to add a permission-related feature to the system. While implementing a new authentication method, we introduced a breaking change that prevented web users from logging in.
This modification should have been caught by our automated checks. However, the check was accidentally bypassed, allowing the bug to leak into the production environment.
Subsequently, we revoked the bypass permission capability to prevent similar incidents from occurring.