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-api 应用程序进行身份验证的最佳方法,尽管我看到会话可能只是一种更好且更受支持的方法。
在这个问题上有什么传统的智慧吗?HTTP 令牌是否比让会话机制启动并自动获取我打算用令牌重新制作服务器端的所有功能有优势?