liamcurry / passport-steam

Steam (OpenID) authentication strategy for Passport and Node.js.
MIT License
346 stars 103 forks source link

'Claimed identity is invalid' #84

Closed Noobulater closed 6 years ago

Noobulater commented 6 years ago

My passport is giving me a failure message 'Claimed identity is invalid.' and its failing to authenticate.

This changed for my site, and I hadn't made any code changes (happened 4/7/18). This is preventing any and all logins on my site

tobbbles commented 6 years ago

Please upgrade passport-steam to version '1.0.9' and this should fix your issue.

Noobulater commented 6 years ago

Yes this resolved my issue, thanks!