You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forbid to use "hide_user_not_found" and "expose_security_errors" at the same time
"hide_user_not_found" will not have any effect if "expose_security_errors" is set.
Throwing an exception early will improve DX and avoid WTF moments where one might
be wondering why the "hide_user_not_found" option doesn't change anything.
0 commit comments