Implemented new login UI (after getting recked by feedback π)
Thanks for clarifying! I am tinkering with extensions myself and was trying to wrap my head around that. I was thinking maybe let users sign up on the website -> Generate UUID -> User pastes that into extension -> Extension checks database for match -> If match save "ok" status to chromestorage π€·ββοΈ
Yes there are applications that work this way, they have an API key or UUID of some sort. But having one login is easier, and produces lesser friction among your users :D
Amazing question! Actually there are several approaches towards this, the easiest approach is to have them unified and make all network calls using background.js. Any fetch call made from background.js uses the cookies of all the sites your browser has stored - that works best for me.
Looks great. I am wondering how it works with the login for extensions. Do they login on the website and within the extension too? Or is that somehow unified?
Please sign in to leave a comment.