supabase.auth.signOut() request is sent, however token inside local storage is not removed. Due to that supabase.auth.user() returns valid user object and not null. signOut method and it is supposed to remove item in local storage with session, however this is not done.localStorage.removeItem(STORAGE_KEY).