Replies: 1 comment 2 replies
-
Third-party login is not well supported, but it can be done. I know Firebase doesn't support MV3 Chrome Extensions for third-party login. External URLIf you redirect to a website URL, the page can use external messages to pass a token to the extension. The message goes right to the extension background, so it is as secure as the page. You won't necessarily need a content script, the redirect page can access Extension URLA Chrome Extension page has a URL that uses the pattern |
Beta Was this translation helpful? Give feedback.
-
Hey! I love the near-webapp like experience developing with @crxjs/vite-plugin. But how would I setup user authentication? Specially with third-party providers like Google or Github - they have no URL to redirect to. How would that work?
I'm guessing that it can direct to any URL that the content matches to, and then the content can grab any tokens it needs from the URL without the user noticing.
But how do the rest of you deal with this?
Beta Was this translation helpful? Give feedback.
All reactions