Sample application to demonstate usage of passport-steam-openid
in express.js enviroment.
Set these variables in your .env
file:
NODE_ENV
-production
ordevelopment
.URL_BASE
- url used for return URL inproduction
environment.COOKIE_SECRET
- used for encrypting sessions
Install via npm:
npm install
After installing this application.
You can use package.json scripts:
npm run build
for building with typescriptnpm start
for starting app on port 3000
This sample is released under MIT license.