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
refactor(auth): improve robustness and readability of handleLogin
- Use $request->getCookie() instead of $_COOKIE directly for consistency.
- Assign dependencies via variables up front for readability.
- Note exceptions from each login method is possible and are not handled here / must be handled by callers.
Just minor refinements to readability, maintainability, and some aspects of robustness.
Signed-off-by: Josh <[email protected]>
0 commit comments