URL 地址从 localhost:3000/home 更改为 localhost:3000/home#_=_

URL address changing from localhost:3000/home to localhost:3000/home#_=_

我首先使用 passport-google-oauth20 身份验证配置了我的项目,它工作正常。 之后我添加了 passport-facebook 并且它也工作正常,但是,在使用我的 FB 帐户 logging/registering 之后,我的重定向 URI 应该是“http://localhost:3000/home”显示“http: //localhost:3000/home#=" 代替。它没有在控制台中显示任何错误,并且也按预期工作。由于项目的功能完好无损,我不知道应该与大家分享代码的哪一部分,所以请让我知道可能有助于您更好地理解问题的代码片段。

这本身不是问题。

https://github.com/jaredhanson/passport-facebook#why-is-__-appended-to-the-redirect-uri