|
|
@@ -84,7 +84,11 @@ export class ConfigModule implements OnApplicationBootstrap, OnApplicationShutdo
|
|
|
productVariantPriceCalculationStrategy,
|
|
|
stockDisplayStrategy,
|
|
|
} = this.configService.catalogOptions;
|
|
|
- const { adminAuthenticationStrategy, shopAuthenticationStrategy } = this.configService.authOptions;
|
|
|
+ const {
|
|
|
+ adminAuthenticationStrategy,
|
|
|
+ shopAuthenticationStrategy,
|
|
|
+ sessionCacheStrategy,
|
|
|
+ } = this.configService.authOptions;
|
|
|
const { taxZoneStrategy } = this.configService.taxOptions;
|
|
|
const { jobQueueStrategy } = this.configService.jobQueueOptions;
|
|
|
const {
|
|
|
@@ -101,6 +105,7 @@ export class ConfigModule implements OnApplicationBootstrap, OnApplicationShutdo
|
|
|
return [
|
|
|
...adminAuthenticationStrategy,
|
|
|
...shopAuthenticationStrategy,
|
|
|
+ sessionCacheStrategy,
|
|
|
assetNamingStrategy,
|
|
|
assetPreviewStrategy,
|
|
|
assetStorageStrategy,
|