BookStack/app/Providers
Dan Brown 349b4629be
Extracted API auth into guard
Also implemented more elegant solution to allowing session auth for API
routes; A new 'StartSessionIfCookieExists' middleware, which wraps the
default 'StartSession' middleware will run for API routes which only
sets up the session if a session cookie is found on the request. Also
decrypts only the session cookie.

Also cleaned some TokenController codeclimate warnings.
2019-12-30 14:51:28 +00:00
..
AppServiceProvider.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
AuthServiceProvider.php Extracted API auth into guard 2019-12-30 14:51:28 +00:00
BroadcastServiceProvider.php Fleshed out entity provided and optimized imports 2018-09-25 16:58:03 +01:00
CustomFacadeProvider.php Refactored some core entity actions 2019-09-20 00:18:28 +01:00
EventServiceProvider.php Fleshed out entity provided and optimized imports 2018-09-25 16:58:03 +01:00
LdapUserProvider.php Fleshed out entity provided and optimized imports 2018-09-25 16:58:03 +01:00
PaginationServiceProvider.php Replaced use of custom 'baseUrl' helper with 'url' 2019-08-04 14:26:39 +01:00
RouteServiceProvider.php Started core API route work 2019-12-28 14:58:07 +00:00
TranslationServiceProvider.php Made it possible to override translations via theme system 2019-10-26 18:07:14 +01:00