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.
我正在运行一个带有pm2集群模式的sailsjs应用程序。
pm2
现在的问题是,由于我使用 CSRF 验证发出跨域请求,因此只有一个集群具有正确的访问权限,其他集群给我“CSRF 不匹配错误”。
您如何将 pm2 与 CSRF 一起使用?
sails.js内置支持使用 Redis 或 MongoDB 在集群中共享会话状态,例如使用 modules.io、Heroku 或使用 pm2 的自托管集群。您可以在 中为此设置配置值config/session.js。
config/session.js
看:
config/csrf.js