有 :
WordPress example.domain
带有 Passport.js 的 Node.js Express example.domain/node
Node.js 放入connect.sid
cookie
res.isAuthenticated
当用户从 Node.js 调用任何方法时,我可以验证用户身份验证
但是如何通过 WordPress 验证用户身份?
WordPress 将页面呈现为 MVC 客户端
Node.js 作为 REST API
我有几个想法:
是否可以在 Node.js 上创建一个空方法,该方法返回标志并在元素加载时添加对它的 API 方法的调用?
可能是在 Node.js 返回方法下移动 WP?
User: I want to example.domain
Node: Yes, you're authorized and can get WP pages with true-auth flag
User: I want to logout from example.domain
Node: Yes, you're not authorized and can get WP pages with false-auth flag```
侃侃无极
相关分类