sahat/satellizer

OAuth 2.0 sometimes hangs the tab

DamodarSojka opened this issue · 1 comments

Sometimes after the OAuth 2.0 popup (google and linkedin specifically) is closed the tab becomes totally unresponsive.

I believe that sometimes this line https://github.com/sahat/satellizer/blob/master/dist/satellizer.js#L776 the $http.post never resolves, I have no idea why that happens.

I have also experienced the popup window not closing itself and getting stuck.

Let me know if you have any clue or need any data.

Browser, many browsers over a long period of time, chrome, ff, safari...
OS ubuntu, windows, macOS
"satellizer": "^0.15.5"
"angular": "1.6.1"

Solved in: #727

I suggest adding something to the documentation about the relation between redirectUri and uiRouter. @sahat