jQuery-OAuth-Popup
jQuery-OAuth-Popup copied to clipboard
A jQuery plugin which provides a popup window for OAuth process
Results
1
jQuery-OAuth-Popup issues
Sort by
recently updated
recently updated
newest added
Hello, This PR adds amd support and optional callback for finished authorization, instead of tracking closed state. Example of response instead `window.close()`: ``` html window.callback({user: avasilenko, token: 123}); ``` Regards,...