79127210

Date: 2024-10-25 20:19:43
Score: 0.5
Natty:
Report link

You need to pass the domain to the provider:

  cognitoUserPoolsTokenProvider.setKeyValueStorage(new CookieStorage({ domain: <your domain> }))

and sign out with with the param global: true

    await signOut({
      global: true
    })
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kenzo