Releases: liamcurry/passport-steam
Releases · liamcurry/passport-steam
v1.0.18
v1.0.17
v1.0.16
v1.0.15
v1.0.14
v1.0.13
v1.0.12
v1.0.11
Dependency update
In order to adopt the openid@v2
package, we are switching over from passport-openid
to passport-next/passport-openid
: https://github.com/passport-next/passport-openid
Release v1.0.9
Change URL schemes for Steams API to be HTTPs, due to an update circa Fri 6th April which started to cause plain text http to fail.
Passport Steam example using Express Router
This release adds an example app-router.js
that demonstrates @Burnett01's workaround to #37 when using Express's router mechanism to handle the authentication routes.
Instructions on how to run this example are also available in the README.