How to implement Google OAuth in browser extension without “Tabs” permission
Handling authentication, specifically Google OAuth is a nightmare inside extension. You have to deal with chrome.identity, redirect URIs, and complex manifest.json configurations.
But there’s a super simple way and nobody is talking about it…
Here’s ...
extfast.hashnode.dev7 min read