Releases: jamesyang124/passport-steam
Releases · jamesyang124/passport-steam
UPD. passport steam auth proxy
patch for passport-steam auth:
- request with dynamic callback url, /auth/steam route now accepts dynamic returnURL and realm for openid.returnURL and openid.realm url replacement.
- remove express session
- patch on app-router
- add logger
- replace getPlayerSummaries steam api with https 443 version.
- pull image by:
docker pull ghcr.io/jamesyang124/passport-steam/auth-proxy:1.0.21
- expose config (secret, cb, etc.) to env, separate config to
conf.js
. - rewrite
/auth/steam
input validation, fallback to default strategy'sreturnURL
andrealm
if missing one of input from query parameter. - fix npm install during docker build issue
Full Changelog: https://github.com/jamesyang124/passport-steam/commits/1.0.20