everyauth
everyauth copied to clipboard
Issue with OpenID
In everyauth/lib/modules/openid.js on line 55 is the following. this.relyingParty.authenticate(req.query[this.openidURLField()], false, function(err,authenticationUrl){
This is incorrect, it should be. this.relyingParty.authenticate(this.openidURLField(), false, function(err,authenticationUrl){