I see. One more question: When you say "Netlify checks for a valid JWT token before serving the page or denying access/redirecting.", do you mean that Netlify checks the JWT and gives you the userId in your server logic using which you can server content specific to that user? All server side rendered..