Using Next.js and Auth0 with Supabase

Thanks for the quick response @robertino.calcaterra . Yeah, I saw the updated blog post, but it doesn’t mention anything related to how to handle an expired session. I’m using Sevo’s approach to set the AUTH0_SESSION_ABSOLUTE_DURATION to a value less than or equal to the expiration of the JWT signed for Supabase, the only issue with this is that if the session expires then I start to get 401 until I refresh the page, then I get a new token.