An Express server implementation
- Node v10+
- Redirect url configured to http://localhost:3000/oauth-callback
- Configured .env file
- Install dependencies
npm install
- Run the application
npm run dev
You should now be able to navigate to http://localhost:3000 and use the application.
Copy redirect url from login page and designate this on your app's Auth settings page.