Anyone familiar with developing a web extension with Supabase Auth? It seems like you'd need a secondary server say
https://example.com and you'd set that as your redirect URL. Once it opens in the browser that webpage would set a cookie or local storage, then your extension would read that file and build the session. Any way to do this easier?