BookStack/app/Http/Controllers/Auth
Dan Brown 88e6f93abf
Prevented auto-login from direct email confirmation actions
Was done for convenience but could potentially be exploited by an
attacker using signing up via one of these routes, then forwarding
an email confirmation to another user so they unknowingly utilise
an account someone else controls.

Tweaks the flow of confirming email, and the user invite flow.

For #3050
2021-11-15 10:50:28 +00:00
..
ConfirmEmailController.php Prevented auto-login from direct email confirmation actions 2021-11-15 10:50:28 +00:00
ForgotPasswordController.php
HandlesPartialLogins.php
LoginController.php
MfaBackupCodesController.php
MfaController.php
MfaTotpController.php
OidcController.php
RegisterController.php
ResetPasswordController.php
Saml2Controller.php Changed logout routes to POST instead of GET 2021-11-14 21:13:24 +00:00
SocialController.php
UserInviteController.php Prevented auto-login from direct email confirmation actions 2021-11-15 10:50:28 +00:00