electron-oauth2
                                
                                
                                
                                    electron-oauth2 copied to clipboard
                            
                            
                            
                        Prevent error when two BrowserWindow events collide; Reduce window flashing
- 
When trying to use the Microsoft(azure/graph) oAuth, the BrowserWindow would trigger the two events, leading to the module trying to close the Window twice causing an error.
 - 
Again with Microsoft oAuth, you have a option to remember the user, if the user wants to have always the session already signed in. The BrowserWindow would open for just 2 seconds and then close(Window Flashing).