I am making a SSR page in nextjs, but I want to make it available to only authenicated or the logged in user. How to make sure this thing as the SSR is getting generated in the server and I cannot pass the token from the localstorage there. Pls share what would you had done