Hey,
I have two applications using the sdk @auth0/nextjs-auth0, I will call them product a
and product b
. My implementation followed this docs.
When I log in to the product b
application with success, I go back to product a
and refresh the page, the user is authenticated, everything is normal so far.
When I logout in application b
, and I refresh application a
, the user remains authenticated.
How can I logout a user in both applications if I logout in one of them?
Thanks!