1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/spec/omniauth
Bobby McDonald 6f4cdb08f4
Better handle errors that come from the actual app.
As a consequence of the changes that were merged in #689, errors
thrown by strategies that utilize other_phase (or more specifically
call_app!), would be caught by omniauth, causing headaches for folks
looking to have those errors handled by their application. This
should allow for errors that come from the app to pass through, while
passing errors that come from the authentication phases to the fail!
handler.
2021-02-12 12:17:04 -05:00
..
strategies Add cross site protection via rack-protection 2020-12-06 23:30:07 -05:00
auth_hash_spec.rb Increase test coverage 2020-03-02 15:09:14 -05:00
builder_spec.rb Freeze omniauth in test to verify thread safety 2020-12-10 13:04:28 -05:00
failure_endpoint_spec.rb Merge branch '2_0-indev' into fix-path-prefix-when-redirecting-on-failure 2020-12-10 10:10:02 -05:00
form_spec.rb Relax rspec dep 2020-12-10 11:01:41 -05:00
key_store_spec.rb Increase test coverage 2020-03-02 15:09:14 -05:00
strategy_spec.rb Better handle errors that come from the actual app. 2021-02-12 12:17:04 -05:00