Skip to content

Fix signin with OmniAuth providers

Douwe Maan requested to merge fix-omniauth-signin into master

OmniAuth CSRF protection was broken with the move to Rails 4.2 since the CSRF logic in Rails changed.

This new implementation calls out to Rails instead of copying its code, which is far easier to maintain.

Merge request reports