Open Chrome.identity.launchwebauthflow As A Tab (chrome Extensions)
I am using chrome.identity.launchWebAuthFlow() to direct a user through OAuth2 of a non-Google API when they use my extension. Even though authentication works and I can effectivel
Solution 1:
You won't be able to get the OAuth flow working in a popup but there is a full walkthrough of controlling the flow yourself with browser tabs.
Post a Comment for "Open Chrome.identity.launchwebauthflow As A Tab (chrome Extensions)"