同じ OmniAuth provider を1つのアプリで複数使いたい
path_prefix と callback_path を変えて複数登録すればいい
Rails.application.config.middleware.use OmniAuth::Builder do
privider :twitter, 'x_key', 'x_secret', path_prefix: '/auth/xxx', callback_path: '/auth/xxx/twitter/callback'
privider :twitter, 'y_key', 'y_secret', path_prefix: '/auth/yyy', callback_path: '/auth/yyy/twitter/callback'
end
Author And Source
この問題について(同じ OmniAuth provider を1つのアプリで複数使いたい), 我々は、より多くの情報をここで見つけました https://qiita.com/9m/items/b74b4a41955a2495cbea著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .