We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steam is very slow last time, even when connecting Steam client can take upto 25 seconds and loading inventory sometimes result in a ETIMEDOUT.
Changed my IP and DNS. Receiving the following errors:
Node version: 4.6.2 Using latest passport-steam version.
I am using the following code:
app.get("/login", passport.authenticate("steam", {failureRedirect: "/"}), () => {});
app.get("/login/return", (req, res, next) => { req.url = req.originalUrl; next(); }, passport.authenticate("steam", { failureRedirect: "/" }), (req, res) => { res.redirect("/"); });
The text was updated successfully, but these errors were encountered:
duplicate of #37
Sorry, something went wrong.
No branches or pull requests
Steam is very slow last time, even when connecting Steam client can take upto 25 seconds and loading inventory sometimes result in a ETIMEDOUT.
Changed my IP and DNS.
Receiving the following errors:
Node version: 4.6.2
Using latest passport-steam version.
I am using the following code:
app.get("/login", passport.authenticate("steam", {failureRedirect: "/"}), () => {});
app.get("/login/return", (req, res, next) => { req.url = req.originalUrl; next(); }, passport.authenticate("steam", { failureRedirect: "/" }), (req, res) => { res.redirect("/"); });
The text was updated successfully, but these errors were encountered: