Greg Signal
Greg Signal
I'm encountering this one as well, has anyone found a workaround for it at all?
Ah okay. Well from my (tired, quick) glance at the strategy, I'm not entirely certain why the `other_phase` method is being hit (or what it actually does), any ideas?
At any rate, there's a hacky workaround by specifying a failure route which _doesn't_ match `"#{path_prefix}/failure"` (`lib/omniauth/strategies/browser_id.rb:24`) in the browser_id provider configuration ``` #!config/initializers/omniauth.rb Rails.application.config.middleware.use OmniAuth::Builder do ... provider :browser_id,...
No worries! Keen to see a solution to this eventually, might look into it myself if I come across any free time.