When you reach for helpers, particularly the Auth helpers, make sure you understand the side-effects...
Spoiler: Don't use `Auth::loginUsingId()` on a single guest route...
https://securinglaravel.com/p/security-tip-be-careful-of-auth-helpers
#Laravel#PHP