Passport Steam Versions Save

Steam (OpenID) authentication strategy for Passport and Node.js.

v1.0.18

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/liamcurry/passport-steam/compare/v1.0.17...v1.0.18

v1.0.17

2 years ago
  • Avoid reading property of undefined when Steam is down #111

v1.0.16

2 years ago

Dependency updates

v1.0.15

3 years ago

Dependency updates

v1.0.14

4 years ago
  • Realign versioning with npm (sorry!)

v1.0.13

4 years ago

v1.0.12

4 years ago

Dependency updates

  • PR #95
  • PR #96
  • PR #97

v1.0.11

4 years ago

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

v1.0.9

6 years ago

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.

v1.0.5

7 years ago

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.