如何把 devise 的注册封装成一个 api 给别人调用,然后还要获取注册到的 user 再做一些操作。 这种情况有什么合适的方法么?
omiauth?
打开 Token Authenticatable 模块 Token Authenticatable: signs in a user based on an authentication token (also known as "single access token"). The token can be given both through query string or HTTP Basic Authentication.
@geekontheway @ywencn Thx!!