You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2af5fb9, 5883aa9] More robust comparison logic when checking redirectUri with the popup window URL.
[62734a3] Popup polling now correctly checks condition against the original redirectUri value. This fixes an issue where popup is immediately closed when your own OAuth service and Client app are on the same host.
[76ba026] Fixed $digest already in progress error during popup polling.
[7cff655] Node.js: Use req.header('Authorization') for obtaining authorization header.