Loosen dependency of Omniauth to allow v2
By default, OmniAuth v2 only allows POST requests and adds CSRF protection by default. The tests were failing because the POST requests were not generating CSRF tokens.
Edited by Stan Hu
By default, OmniAuth v2 only allows POST requests and adds CSRF protection by default. The tests were failing because the POST requests were not generating CSRF tokens.