Description
I'm a chrome extension developer. In my extension I call chrome.identity.getAuthToken() to do oAuth, this normally pops up a sign-in window in Chrome. The identity API is what made oAuth possible in extensions. However, in Brave, the popup doesn't appear, and in the console it shows Unchecked runtime.lastError: The user turned off browser signin.
So is chrome.identity supported in Brave?
Steps to Reproduce
- call
chrome.identity.getAuthToken() in an extension. (if you want to try with an existing extension, try the extension "Full Screen for Google Tasks".
Actual result:
No oAuth window appears. In the console it shows Unchecked runtime.lastError: The user turned off browser signin.
Expected result:
oAuth window appears.
Brave version (brave://version info)
Brave | 1.2.42 Chromium: 79.0.3945.117 (Official Build) (64-bit)
Revision | 04f0a055010adab4484f7497fbfdbf312c307f1d-refs/branch-heads/3945@{#1019}
OS | Windows 10 OS Version 1903 (Build 18362.295)
Version/Channel Information:
- Can you reproduce this issue with the current release?
Yes
- Can you reproduce this issue with the beta channel?
- Can you reproduce this issue with the dev channel?
- Can you reproduce this issue with the nightly channel?
Other Additional Information:
- Does the issue resolve itself when disabling Brave Shields?
No
- Does the issue resolve itself when disabling Brave Rewards?
No
- Is the issue reproducible on the latest version of Chrome?
No
Description
I'm a chrome extension developer. In my extension I call
chrome.identity.getAuthToken()to do oAuth, this normally pops up a sign-in window in Chrome. The identity API is what made oAuth possible in extensions. However, in Brave, the popup doesn't appear, and in the console it showsUnchecked runtime.lastError: The user turned off browser signin.So is
chrome.identitysupported in Brave?Steps to Reproduce
chrome.identity.getAuthToken()in an extension. (if you want to try with an existing extension, try the extension "Full Screen for Google Tasks".Actual result:
No oAuth window appears. In the console it shows
Unchecked runtime.lastError: The user turned off browser signin.Expected result:
oAuth window appears.
Brave version (brave://version info)
Brave | 1.2.42 Chromium: 79.0.3945.117 (Official Build) (64-bit)
Revision | 04f0a055010adab4484f7497fbfdbf312c307f1d-refs/branch-heads/3945@{#1019}
OS | Windows 10 OS Version 1903 (Build 18362.295)
Version/Channel Information:
Yes
Other Additional Information:
No
No
No