You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in jaredhanson/passport-yahoo#6, authenticating against Yahoo with OpenID started failing a few weeks ago. The issue appears to be caused by the Accept header sent by this module.
Either removing the "/" or reducing the quality of the "/" (e.g. to "/;q=0.9") in the Accept header seem to fix the issue.
The text was updated successfully, but these errors were encountered:
As explained in jaredhanson/passport-yahoo#6, authenticating against Yahoo with OpenID started failing a few weeks ago. The issue appears to be caused by the Accept header sent by this module.
Either removing the "/" or reducing the quality of the "/" (e.g. to "/;q=0.9") in the Accept header seem to fix the issue.
The text was updated successfully, but these errors were encountered: