This is the source code for a video tutorial.
- Node.js 10.x or higher
- SQL Server 2017 or higher
- Free Okta developer account
- Clone or download this project
- Copy
.env-sample
to.env
- Run
npm install
to install dependencies - Create a new Web Application in Okta for this project, accepting defaults
- Copy your Okta application Client ID and Client Secret
- Change the values in
.env
to match your environment
npm run dev