You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do you handle auth?
I am trying to use @auth0/nextjs-auth0 but haven't figure out how to make it work with next-runtime.
I tried using withPageAuthRequired as a middleware of handle but didn't return the get props.
I got it to work by wrapping the Page component export default withPageAuthRequired(Home); but then I don't know how to get session from within runtime get
I was thinking to add basic session support, something self baked or using cookie-session. Haven't thought it through yet.
That would mean that the context would get an
session
prop.The text was updated successfully, but these errors were encountered: