oauth2-extensions icon indicating copy to clipboard operation
oauth2-extensions copied to clipboard

[Deprecated] An OAuth 2.0 Library for Chrome Extensions (please use chrome.identity)

Results 24 oauth2-extensions issues
Sort by recently updated
recently updated
newest added

After auth. 'Oauth 2.0 Finish page' window stays unclosed. console log : Scripts may close only the windows that were opened by it. How can I remove this created chrome...

"content_scripts": [ { "matches": ["http://www.google.com/robots.txt*"], "js": ["oauth2/oauth2_inject.js"], "run_at": "document_start" } ], this code is not injecting script in given matches.

This project is still one of the premier results for searches regarding Extensions and OAuth2, but it appears to be deprecated. Is there a successor?

I'm seeing this error: Uncaught TypeError: _oauth2.default is not a constructor Perhaps, it's is because I am using es6? Please see my code: https://github.com/daljeetv/react-chrome-extension-boilerplate/blob/master/app/components/Home.js

If I include `oauth2/oauth_inject.js` in my manifest as a content script, and have it run at start, any time I try to go to any page using Chrome it redirects...

Whenever users first install the extension and it tries to OAuth, they get an invalid client id error (client id is undefined), presumably because the config data is written to...

Multiple semi-simultaneous calls to loadAdapter add their own script nodes, and the callbacks sometimes ends up not being called in the order intended. This fix makes sure that there is...

The existing code requires you to copy the lib path outside of the git clone to use. This lib path change allows you to simple clone the oauth2 repository into...

- Adds support for login.salesforce.com and test.salesforce.com oauth - Fixed a missing error callback - Added salesforce sample

- Returning to correct browser tab when authentication finishes - Removing unnessessary code block