illinois / queue

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

Support SSR #204

Open nwalters512 opened 5 years ago

nwalters512 commented 5 years ago

Now that we're doing most auth outside of Shibboleth, we can more easily support server-side rendering. https://github.com/zeit/next.js/tree/canary/examples/with-cookie-auth is a nice example of how to load data with authentication seamlessly on both the server and client.