I am using web3auth + auth0 for user authentication
Now, if a user is not authenticated or if the user tries to navigate to a different url which the application does not support, the the user should be redirected to the signin page
For that, I want to use the middleware in nextjs application.
Does web3Auth provide any middleware to achieve this functionality?
Originally posted by: KetulCodiste
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/518