Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 957 Bytes

File metadata and controls

35 lines (27 loc) · 957 Bytes

About

Leverages Auth0's middleware to incorporate user management routes (e.g. sign up, log in, log out) into an express.js backend

Getting Started

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

🔧 Core Libraries

Development Libraries

🌈 Code Quality

Auto format

npm run format

🚧 Prerequisites