Closed nwalters512 closed 5 years ago
If I sign out in one tab, any other tab should be updated to reflect that the user is no longer signed in. https://github.com/zeit/next.js/tree/canary/examples/with-cookie-auth has a nice example of how to do that with the local storage API.
If I sign out in one tab, any other tab should be updated to reflect that the user is no longer signed in. https://github.com/zeit/next.js/tree/canary/examples/with-cookie-auth has a nice example of how to do that with the local storage API.