Writing · Tag

Articles tagged "supabase-publishable-key".

1 article on this topic.

Articles tagged "supabase-publishable-key"

·8 min read · supabase , supabase-auth , supabase-publishable-key

Migrating to Supabase publishable keys broke my Chrome extension. Here is the fix.

Supabase's new sb_publishable_* keys return 401 when sent as raw apikey headers, and the JS SDK defaults to localStorage which a Manifest V3 Chrome extension cannot use. Here is the migration: deleting hand-rolled fetch wrappers, switching to @supabase/supabase-js, and the chrome.storage.local adapter that keeps sessions persistent.

Migrating to Supabase publishable keys broke my Chrome extension. Here is the fix.: cover image
← All articles