Skip to content

Releases: jamesyang124/passport-steam

UPD. passport steam auth proxy

15 May 20:21
Compare
Choose a tag to compare

patch for passport-steam auth:

  1. request with dynamic callback url, /auth/steam route now accepts dynamic returnURL and realm for openid.returnURL and openid.realm url replacement.
  2. remove express session
  3. patch on app-router
  4. add logger
  5. replace getPlayerSummaries steam api with https 443 version.
  6. pull image by: docker pull ghcr.io/jamesyang124/passport-steam/auth-proxy:1.0.21
  7. expose config (secret, cb, etc.) to env, separate config to conf.js.
  8. rewrite /auth/steam input validation, fallback to default strategy's returnURL and realm if missing one of input from query parameter.
  9. fix npm install during docker build issue

Full Changelog: https://github.com/jamesyang124/passport-steam/commits/1.0.20