Oauth2社交登录(Facebook,Google)在Feathers API后端服务器React前端上不起作用。

时间:2018-09-28 10:02:29

标签: oauth-2.0 passport.js create-react-app feathersjs feathers-authentication

我已经遵循了关于羽毛的oauth2实现教程,但是它没有用。它说对Google的响应无效授予。点击我的帐户google的登录视图后,它成功重定向到我的前端,但是没有cookie或令牌前端捕获。在后端,它说这是无效的赠款。

https://gist.github.com/SeunghunSunmoonLee/e8cf7328c0c414698ad3db9695ab8cac

后端在localhost:3030上运行,前端localhost:3000

我在前端将代理设置为localhost:3030。

感谢您的帮助!

0 个答案:

没有答案