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.
我需要能够存储一个过期并定期刷新的令牌,该令牌用于我的 rails 应用程序的所有正在运行的实例。也就是说,它不应该是每次网站上有新访问者时设置的东西。我想知道是否有更好的方法来存储这样的东西而不使用“设置”数据库表,否则我会这样做。