Omniauth :: Dnsimple 战略 。 安装 将此行添加到您的应用程序的Gemfile中: gem 'omniauth-dnsimple' 然后执行: $ bundle 或自己安装为: $ gem install omniauth-dnsimple 用法 您需要创建一个DNSimple应用程序。 该应用程序具有客户端ID和客户端密钥。 在中间件堆栈中将DNSimple策略与OmniAuth::Builder一起使用。 use OmniAuth :: Builder do provider :dnsimple , ENV [ 'DNSIMPLE_CLIENT_ID'