BookStack/app/Http/Controllers/Auth
Dan Brown 41438adbd1
Continued review of #2169
- Removed uneeded custom refresh or logout actions for OIDC.
- Restructured how the services and guards are setup for external auth
  systems. SAML2 and OIDC now directly share a lot more logic.
- Renamed any OpenId references to OIDC or OpenIdConnect
- Removed non-required CSRF excemption for OIDC

Not tested, Come to roadblock due to lack of PHP8 support in upstream
dependancies. Certificate was deemed to be non-valid on every test
attempt due to changes in PHP8.
2021-10-06 23:05:26 +01:00
..
ConfirmEmailController.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ForgotPasswordController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
HandlesPartialLogins.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
LoginController.php Updated the login redirect logic to ignore mfa routes 2021-08-31 20:54:43 +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 Made the TOTP URL visible during setup 2021-09-01 20:58:19 +01:00
OpenIdConnectController.php Continued review of #2169 2021-10-06 23:05:26 +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 Apply fixes from StyleCI 2021-06-26 15:23:15 +00: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