BookStack/app/Auth/Access
Dan Brown f910738a80
Changed logout routes to POST instead of GET
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.
2021-11-14 21:13:24 +00:00
..
Guards Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Mfa Fixed guest user email showing in TOTP setup url 2021-10-14 18:02:16 +01:00
Oidc Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
EmailConfirmationService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ExternalBaseUserProvider.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
GroupSyncService.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Ldap.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
LdapService.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
LoginService.php Added token and key handling elements for oidc jwt 2021-10-11 19:05:16 +01:00
RegistrationService.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Saml2Service.php Changed logout routes to POST instead of GET 2021-11-14 21:13:24 +00:00
SocialAuthService.php Updated AzureAD provider to use microsoft graph 2021-10-31 13:09:30 +00:00
UserInviteService.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserTokenService.php Swapped injected db instance with facade 2021-08-31 21:50:23 +01:00