Releases: cookpad/omniauth-rails_csrf_protection
Releases · cookpad/omniauth-rails_csrf_protection
Version 1.0.2
Version 1.0.1
- Fix an issue when Omniauth gem is not explicitly specified and required in the Gemfile.
Version 1.0.0
- Drop support for omniauth <= 2.0.0 (#9)
- Utilize OmniAuth's 2.0.0 new
request_validation_phase=
configuration instead ofbefore_request_phase=
. (#9)
Please See OmniAuth 2.0.0 Release Note for more details.
Version 0.1.2
- Avoid modifying POST params on env while checking for CSRF token (#2)
Version 0.1.1
- Add support for Rails version 4.2 and 5.0 (#1)
Version 0.1.0
Initial release.