BookStack/app/Users/Controllers
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
..
RoleApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
RoleController.php Notifications: Added role receive-notifications permission 2023-07-25 17:59:04 +01:00
UserAccountController.php Auth: Refactored OIDC RP-logout PR code, Extracted logout 2023-12-06 13:49:53 +00:00
UserApiController.php Users API: Fixed incorrect created_at date on index endpoint 2023-06-17 18:18:17 +01:00
UserController.php Auth: Refactored OIDC RP-logout PR code, Extracted logout 2023-12-06 13:49:53 +00:00
UserPreferencesController.php User: Started cleanup of user self-management 2023-10-17 13:11:10 +01:00
UserProfileController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
UserSearchController.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00