Will
Will
It took me a while, but I think I've come up with a simple solution: ``` def request_phase_params(env) request = Rack::Request.new(env) if env["omniauth.strategy"].on_request_path? request.params else request.session["omniauth.params"] end end def setup...
I don't see how this distinction can be made by the wrapper. How does it know which options in $scope.options are from the user? If $scope.options becomes [] I think...
Try the latest version. I patched a couple bugs yesterday. If that doesn't help I'll look into it some more.
@xeroxoid is this issue still present in v3?