queue
queue copied to clipboard
Support SSR
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.