I am building a dashboard which has two roles, customer and admin.
And I use Devias material UI theme kit pro for the dashboard front-end and run Node.js Express back-end server. (Devias Theme Kit 3.0 provides Auth0 authentication, unfortunately I am currently using version 2)
Node.js back-end server connected with MySQL database, so user information is from the database. I am going to integrate Auth0, but I have no idea which should be integrated with Auth0, React or Node. And I want to know how to implement.