Leverages Auth0's middleware to incorporate user management routes (e.g. sign up, log in, log out) into an express.js backend
git clone https://github.com/alexlop29/implement-express-openid-connect.git
cd implement-express-openid-connect
nvm use 20.9.0
npm install
npm run start-debug
Auto format
npm run format
- Follow Auth0's Express.js Quick Start Guide.
- Add the project-specific environment variables to a
.env
file.