我有一个问题.我正在关注我的工作https://www.airpair.com/ruby-on-rails/posts/authentication-with-angularjs-and-ruby-on-rails.
使用ng-token-auth和devise_token_auth
在Controller类MyController <ApplicationController before_filter:authenticate_user!中,除了:[:new,:create]
但所有API的调用都得到"过滤器链停止为:authenticate_user!呈现或重定向"
任何建议都会有帮助
devise ×1