omniauth-rails_csrf_protection 0.1.2
This gem provides a mitigation against CVE-2015-9284 (Cross-Site Request Forgery on the request phrase when using OmniAuth gem with a Ruby on Rails application) by implementing a CSRF token verifier that directly utilize `ActionController::RequestForgeryProtection` code from Rails.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
actionpack
>= 4.2
omniauth
>= 1.3.1