Have user authorize my app without having them log in if they are already logged in

I am making a browser extension in javascript and whenever i start the webauthflow with chrome.identity.launchWebAuthFlow() function it always asks the user to log in in order to authorize.

How can i get it to not ask the user to log in if they’re already logged in to twitch?

Might be worth mentioning that i am using the implicit grant flow and i have no server.

Chrome extensions are sandboxed and don’t have access to the cookies that already exist.

So theres no fix for this due to the sandboxing for a chrome extension.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.