您的位置:首页技术文章
文章详情页

node.js - node有什么类似asp .net identity的解决方案

【字号: 日期:2024-07-12 15:47:54浏览:22作者:猪猪

问题描述

node有什么类似asp .net identity的解决方案有没有thinkjs或者egg.js支持较好的

node.js - node有什么类似asp .net identity的解决方案

有没有对第三方登陆支持较好的解决方案

例如oauth2-extensions支持google,facebook,github ,bitly,feedly?

问题解答

回答1:

不需要把 asp.net 那一套照搬到 nodejs 的世界里来。express 的身份授权中间件可以使用 Passport.js,非常友好的支持各种第三方 OAuth 授权。如果使用 mongodb,那一套臃肿的 ORM 就完全可以抛弃了。

相关文章: