Auth0 Login on Next.js
Has anyone else tried to set Auth0 in the Refine Next.js version? I'm having trouble to accomplish the same effect, as the refine doc is based on React https://refine.dev/docs/advanced-tutorials/auth/auth0/. I tried to adapt following the Auth0 doc https://auth0.com/docs/quickstart/webapp/nextjs/01-login.
The odd thing is it also have to move the authProvider inside the App component to access a hook through:
The Next.js version uses another hook called
I'd appreciate anyone's help, thanks.
The odd thing is it also have to move the authProvider inside the App component to access a hook through:
The Next.js version uses another hook called
useUser, but still, I have a dependency of the authProvider in the [[...refine]].tsx file.I'd appreciate anyone's help, thanks.
