illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Sync session state between tabs #205

Closed nwalters512 closed 5 years ago

nwalters512 commented 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.