Fabián Monsalve
Fabián Monsalve
@slegouffe hi the problem is that when you use loopback-component-passport, there's a callback url but that redirects to a website or localhost in this case, and using ionic you can't...
@jezzdk did you find any solution to this?
@elie-chaaban did you find any solution to this?
@belgattitude did you find another safe solution for this? based on the [same report on tedious](https://github.com/tediousjs/tedious/issues/1516) I did the following ``` const connection = new tedious.Connection({ ... }); // This...