使用Rails API
宝石创建一个Devise_token_auth
,并尝试使其能够通过google和facebook进行全面认证。接下来:-github。该错误已注册,尚无解决方法Here。
我的错误:-
`Started POST "/omniauth/facebook/callback" for 127.0.0.1 at 2019-03-12 13:26:08 +0530
Processing by DeviseTokenAuth::OmniauthCallbacksController#redirect_callbacks as */*
Parameters: {"provider"=>"facebook"}
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
RuntimeError (No resource_class found):
app/controllers/application_controller.rb:6:in
`configure_permitted_parameters'
现在,我的configure_permitted_parameters包含一些我在注册时需要出现的主体参数,因此不能忽略。
我应该采取什么技术/方法来忽略此问题并检查我的API devise: omniauthable