mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
f910738a80
As per #3047. Also made some SAML specific fixes: - IDP initiated login was broken due to forced default session value. Double checked against OneLogin lib docs that this reverted logic was fine. - Changed how the saml login flow works to use 'withoutMiddleware' on the route instead of hacking out the session driver. This was due to the array driver (previously used for the hack) no longer being considered non-persistent. |
||
---|---|---|
.. | ||
ConfirmEmailController.php | ||
ForgotPasswordController.php | ||
HandlesPartialLogins.php | ||
LoginController.php | ||
MfaBackupCodesController.php | ||
MfaController.php | ||
MfaTotpController.php | ||
OidcController.php | ||
RegisterController.php | ||
ResetPasswordController.php | ||
Saml2Controller.php | ||
SocialController.php | ||
UserInviteController.php |