Skip to content
New issue

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

InternalOpenIDError: Failed to verify assertion #48

Closed
heartz66 opened this issue Dec 6, 2016 · 1 comment
Closed

InternalOpenIDError: Failed to verify assertion #48

heartz66 opened this issue Dec 6, 2016 · 1 comment

Comments

@heartz66
Copy link

heartz66 commented Dec 6, 2016

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:

  • Failed to verify assertion
  • Failed to discover OP endpoint URL

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("/"); });

@tobbbles
Copy link
Collaborator

tobbbles commented Dec 8, 2016

duplicate of #37

@tobbbles tobbbles closed this as completed Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants