Explorar el Código

set legacyStateVerification: true

Yuki Takei hace 1 año
padre
commit
b3705604ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>) => {