Omniauth - Jets CSRF Protection
This gem provides protection against CVE-2015-9284 for Jets applications using OmniAuth gem. It achieves this by integrating a CSRF token verifier that leverages the ActionController::RequestForgeryProtection
.
This is a fork of cookpad/omniauth-rails_csrf_protection. Credit goes to the original authors of that gem.