说我有一个宁静的资源,UserSession
> POST /user_sessions.json
{
"user_session": {
"user": {
"some_key": "some_value",
"some_other_key": "some_other_value"
}
}
}
我想UserSessions#create
根据提供的参数选择提供程序,而不是使用/auth/:provider
通常使用的 OmniAuth。是否有可能做到这一点?