BookStack/app/App/Providers
Dan Brown bba7dcce49
Auth: Refactored OIDC RP-logout PR code, Extracted logout
Extracted logout to the login service so the logic can be shared instead
of re-implemented at each stage. For this, the SocialAuthService was
split so the driver management is in its own class, so it can be used
elsewhere without use (or circular dependencies) of the
SocialAuthService.

During review of #4467
2023-12-06 13:49:53 +00:00
..
AppServiceProvider.php Auth: Refactored OIDC RP-logout PR code, Extracted logout 2023-12-06 13:49:53 +00:00
AuthServiceProvider.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
EventServiceProvider.php Slack auth: Switched from community to laravel library 2023-09-11 15:26:04 +01:00
RouteServiceProvider.php LogicalTheme: Added events for registering web routes 2023-11-17 13:45:57 +00:00
ThemeServiceProvider.php LogicalTheme: Added events for registering web routes 2023-11-17 13:45:57 +00:00
TranslationServiceProvider.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
ValidationRuleServiceProvider.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
ViewTweaksServiceProvider.php Extracted icon helper, aligned container resolution 2023-09-16 18:26:28 +01:00