- singlePostPage
- add JWT secret to SSR so it can detect the userId and validate it.
- Use the userId to cache posts in SSR via postId and userId
- send the userId back to the CSR to verify if we need to query again by checking [currentUser.id](http://currentUser.id "") against the id it sends back