I am trying to build user login and dashboard with following.
- Node
- Express server
- MySQL
I don't want to use okta or Auth0 for user registration and dashboard management.
So what are some of the good places to learn Node (express server) and MySql user registration and management?
I don't want to use MongoDB and NoSQL.
I don't want to use OpenID and Social logins.
So what are some of the pointers on the web to check out.
Any github repository with project that does this would be helpful.
Try the package Passport.js
passportjs.org/