BookStack/app/Http/Controllers/Auth
Dan Brown cdef1b3ab0
Updated SAML ACS post to retain user session
Session was being lost due to the callback POST request cookies
not being provided due to samesite=lax. This instead adds an additional
hop in the flow to route the request via a GET request so the session is
retained. SAML POST data is stored encrypted in cache via a unique ID
then pulled out straight afterwards, and restored into POST for the SAML
toolkit to validate.

Updated testing to cover.
2021-10-20 13:34:00 +01:00
..
ConfirmEmailController.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ForgotPasswordController.php Added throttling to password reset requests 2021-10-08 23:19:37 +01:00
HandlesPartialLogins.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
LoginController.php Got OIDC custom solution to a functional state 2021-10-11 23:00:45 +01:00
MfaBackupCodesController.php Applied stylci changes 2021-08-31 22:03:51 +01:00
MfaController.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
MfaTotpController.php Fixed guest user email showing in TOTP setup url 2021-10-14 18:02:16 +01:00
OidcController.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
RegisterController.php Standardised facade usage to use via their FQCN 2021-09-26 15:37:55 +01:00
ResetPasswordController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Saml2Controller.php Updated SAML ACS post to retain user session 2021-10-20 13:34:00 +01:00
SocialController.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
UserInviteController.php Started moving MFA and email confirmation to new login flow 2021-07-17 18:24:50 +01:00