This is an example of a Node server that works with Overwolf's OAuth server to log in and redirect the user back to your website with an access token.
Run npm install
to install the dependencies
Run npm run start
to start the server
By default the server will run on port 8080, to change that you can run it with an environment variable:
$env:PORT="5000"; npm run start
PORT=5000 npm run start