gems omniauth 2.0.3
Fix rescuing of application errors when call_app! is used.

latest releases: 2.1.2, 2.1.1, 1.9.2...
3 years ago

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.

Resolves #1030

Don't miss a new omniauth release

NewReleases is sending notifications on new releases.