Gem 问个 devise 的问题,关于如何从外部调用注册 api

bony · February 20, 2012 · Last by bony replied at February 20, 2012 · 2982 hits

如何把 devise 的注册封装成一个 api 给别人调用,然后还要获取注册到的 user 再做一些操作。
这种情况有什么合适的方法么?

打开 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.

You need to Sign in before reply, if you don't have an account, please Sign up first.