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 REST API 对话的移动应用程序。我应该在登录时创建会话吗?还是我应该在每个请求中发送用户名和密码?如果会议是要走的路,那通常是如何实施的?
只需生成令牌,并使用它们来识别用户