oauth2-angularjs-chrome-extension-demo icon indicating copy to clipboard operation
oauth2-angularjs-chrome-extension-demo copied to clipboard

A simple demo of integrating OAuth2 with or without Google in an AngularJS Chrome Extension

Results 3 oauth2-angularjs-chrome-extension-demo issues
Sort by recently updated
recently updated
newest added

Chrome now throws a nasty javascript error with the vanilla install. Updating to angular 1.7.9 fixes it.

I am not sure if currently logged into Google. Chrome Version 59.0.3071.115 (Official Build) (64-bit) on OSX Failed to load resource: net::ERR_FILE_NOT_FOUND json-formatter.min.css angular-route.min.js:8 Uncaught TypeError: d.module(...).info is not a...

Hey Michael, >The important distinctions are that launchWebAuthFlow() doesn't require the browser to be logged into Google the way the chrome.identity.getAuthToken() — https://stackoverflow.com/a/38407040/4932334 How do you get a new token...