Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 req.session 服务器端暴露给 fetchr 服务请求,以便我可以授权请求?我可以通过 crud 方法以某种方式访问会话或请求对象吗?
session 的替代方法是在客户端设置一个承载令牌并将其传递进去。但是,这会使同构渲染变得困难,因为我们无法访问该令牌服务器端。
是否有任何需要经过身份验证的服务的简单可变获取器示例,例如读取 myAccount?