BookStack/app/Auth
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
..
Access Changed logout routes to POST instead of GET 2021-11-14 21:13:24 +00:00
Permissions Applied StyleCI changes 2021-09-29 23:53:11 +01:00
Role.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
SocialAccount.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
User.php Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00
UserRepo.php Standardised facade usage to use via their FQCN 2021-09-26 15:37:55 +01:00