Rails API: Authenticate users from native mobile apps using username/password or facebook token

牧云@^-^@ 提交于 2019-12-02 22:16:27
farofeiro

You may want to look into Warden. Warden makes it easy to setup and use different auth strategies whether you use tokens, password or Facebook. It is Rack-based so it also works outside of Rails which is nice if you ever want to use something like Grape for the API.

Here is the RailsCast on Warden. (Pro subscription required)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!