t10o_25646
02/15/2024, 9:24 AMrp_st
02/15/2024, 9:25 AMrp_st
02/15/2024, 9:26 AMrp_st
02/15/2024, 9:26 AMt10o_25646
02/15/2024, 9:31 AMt10o_25646
02/15/2024, 9:31 AMconst SuperTokensConfig = {
    enableDebugLogs: true,
    appInfo,
    usesDynamicLoginMethods: true,
    recipeList: [
      Multitenancy.init({
        override: {
          functions: originalImplementation => {
            return {
              ...originalImplementation,
              // eslint-disable-next-line @typescript-eslint/no-unused-vars
              getTenantId: input => {
                const tid = localStorage.getItem('acomo.authTenantId')
                return tid === null ? undefined : tid
              },
            }
          },
        },
      }),
      ThirdPartyEmailPassword.init({
        useShadowDom: false,
        signInAndUpFeature: {
          providers: [Github.init(), Google.init(), Apple.init(), Twitter.init()],
        },
      }),
      Session.init(),
    ],
  }t10o_25646
02/15/2024, 9:31 AMconst SuperTokensConfig = {
    enableDebugLogs: true,
    appInfo,
    // usesDynamicLoginMethods: true,
    recipeList: [
      // Multitenancy.init({
      //   override: {
      //     functions: originalImplementation => {
      //       return {
      //         ...originalImplementation,
      //         // eslint-disable-next-line @typescript-eslint/no-unused-vars
      //         getTenantId: input => {
      //           const tid = localStorage.getItem('acomo.authTenantId')
      //           return tid === null ? undefined : tid
      //         },
      //       }
      //     },
      //   },
      // }),
      ThirdPartyEmailPassword.init({
        useShadowDom: false,
        signInAndUpFeature: {
          providers: [Github.init(), Google.init(), Apple.init(), Twitter.init()],
        },
      }),
      Session.init(),
    ],
  }rp_st
02/15/2024, 9:33 AMt10o_25646
02/15/2024, 9:37 AMrp_st
02/15/2024, 9:38 AMt10o_25646
02/15/2024, 9:39 AMrp_st
02/15/2024, 9:39 AMrp_st
02/15/2024, 9:40 AMt10o_25646
02/15/2024, 9:46 AMrp_st
02/15/2024, 9:48 AMrp_st
02/15/2024, 9:48 AMt10o_25646
02/15/2024, 9:50 AMrp_st
02/15/2024, 10:00 AMrp_st
02/15/2024, 10:01 AMrp_st
02/15/2024, 10:01 AMrp_st
02/15/2024, 10:04 AM1707919883 (seconds since epoch), which is yesterday.t10o_25646
02/15/2024, 10:17 AMrp_st
02/15/2024, 10:18 AMSuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).
Powered by