1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib/devise/rails
Lucas Mazza ec07bdb315 Do not use the dynamic :action segment on Omniauth routes.
This was deprecated on rails/rails#23980.

We now generate scope and provider specific routes, like `user_facebook_omniauth_callback`
or `user_github_omniauth_callback`.

We could deprecate the `omniauth_authorize_path` in favor of the generated routes, but
the `shared/links.html.erb` depends on it to generate all omniauth links at once.

Closes #3983.
2016-03-07 11:19:27 -03:00
..
routes.rb Do not use the dynamic :action segment on Omniauth routes. 2016-03-07 11:19:27 -03:00
warden_compat.rb Remove safeguard against a previously broken NullSessionHash#reset_session. 2015-12-18 14:47:32 -02:00