Skip to content
View tjessessky's full-sized avatar

Block or report tjessessky

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Supabase Auth in Chrome Extensions (... Supabase Auth in Chrome Extensions (MV3) - How to set storage to chrome.storage to fix getSession and getUser returning null
    1
    /**
    2
     * It took me a long time to understand how to make Supabase Auth work in a Chrome Extension.
    3
     * Basically, you can pass in settings in the third parameter of supabase's createClient function.
    4
     * We'll pass our own custom Storage object which uses chrome.storage.local. Without this, 
    5
     * the GoTrue library defaults to window.localStorage, which your Chrome Extension likely isn't