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

Hi, I was wondering what other settings I have to take care of besides the steps mentioned in the Readme/blog and in the source code, that the OAuth 2.0 authentication...

This fixes the refresh token loss issue when OAuth2 is used with the Google adapter. I'm creating an issue with more information.

Hi, First off, thank you for the library! It definitely makes working with OAuth easier. I've been using it with the Google adapter and it seems to be losing refresh...

I've been looking at ways to fix this, but I'm not sure if there are multiple ways to call it, but if you do something like: var github = new...

I'm developing a chrome extension for GitHub and wondering what values I should use on the registration page for **Main URL** and **Callback URL**. Since it's an extension it really...

I've added an adapter for the 23andMe API: https://api.23andme.com/docs/

could you please make library to support bower of twitter? i'd like to use the lib via bower. i think it much better handy.

There should to be a possibility to define the redirectURL in the config, since some oauth providers only accepts one single pre-defined redirect url. This means that it won't be...