BookStack/app/Auth/Access
Dan Brown a641b4da2c
Swapped injected db instance with facade
Injected db instance was causing the DB connection to be
made a lot earlier than desired or required.
Swapped to a facade for now but ideally this extension of services needs
to be cleaned up with a better approach in general.
2021-08-31 21:50:23 +01:00
..
Guards Updated all login events to route through single service 2021-07-17 17:45:00 +01:00
Mfa Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
EmailConfirmationService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ExternalAuthService.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ExternalBaseUserProvider.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Ldap.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LdapService.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LoginService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
RegistrationService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Saml2Service.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
SocialAuthService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +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