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.
我正在开发一个将由 iphone 应用程序使用的网络应用程序。我使用设计作为身份验证,我可以创建一个新用户,以用户身份登录,登录完成后它会发出
{"user":{"authentication_token":"xxxxxxxxxxxxxxxxxx","email":"sample@example.com"}}
但是如何使用 json 更改密码。
您很可能需要为此构建一个 API,利用 Devises JSON (Warden) 来响应 JSON 等
参考以帮助您指出正确的方向使用设计创建会话
搜索 SO 也会产生 带有设计的 Ajax 登录