Browse Source

set legacyStateVerification: true

Yuki Takei 1 year ago
parent
commit
b3705604ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/slackbot-proxy/src/services/InstallerService.ts

+ 1 - 0
apps/slackbot-proxy/src/services/InstallerService.ts

@@ -32,6 +32,7 @@ export class InstallerService {
       clientId,
       clientSecret,
       stateSecret,
+      legacyStateVerification: true,
       installationStore: {
         // upsert
         storeInstallation: async(slackInstallation: SlackInstallation<'v1' | 'v2', boolean>) => {