Supabase promise an easy authentication without a hasle. Turns out there was a lot to figure out. While building Clipio, I had to implement authentication in a browser extension without a regular website. I decide to use Supabase and Supabase UI to setup everthing quickly. And while Supabase does a lot of heavy lifting, there was still a lot of work. And resources for this topic are rare. In this article, I’ll show you how I handle authentication in browser extension running in Chrome and F...