authauth to the contextcontext object. This works great for most requests I've made, but I'm having trouble now that I'm trying to use getStaticPropsgetStaticProps and createServerSideHelperscreateServerSideHelpers.AuthContextAuthContext type so that authauth can be undefinedundefined, which would make sense when the page is generated at build. But is there a way to get auth info in there, when the page gets regenerated later as a user visits? Or would I need to make any auth-related stuff part of the client code?Join the Discord to ask follow-up questions and connect with the community