Skip to content

Releases: liamcurry/passport-steam

v1.0.18

18 Jun 15:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.17...v1.0.18

v1.0.17

22 Oct 13:55
Compare
Choose a tag to compare
  • Avoid reading property of undefined when Steam is down #111

v1.0.16

16 Sep 05:13
Compare
Choose a tag to compare

Dependency updates

v1.0.15

16 Dec 00:00
Compare
Choose a tag to compare

Dependency updates

v1.0.14

06 Apr 15:05
Compare
Choose a tag to compare
  • Realign versioning with npm (sorry!)

v1.0.13

06 Apr 15:01
f88dc68
Compare
Choose a tag to compare
Merge pull request #99 from liamcurry/dependabot/npm_and_yarn/acorn-5…

….7.4

Bump acorn from 5.7.3 to 5.7.4

v1.0.12

14 Nov 04:09
Compare
Choose a tag to compare

Dependency updates

v1.0.11

02 Aug 13:52
cea3fd9
Compare
Choose a tag to compare

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

06 Apr 09:10
Compare
Choose a tag to compare

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

16 Jul 19:48
Compare
Choose a tag to compare

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.