Missing sub claim when try to getUser after setSession
Hey, i try to access logged in user details by use function getUser(), but all the times i get
invalid claim: missing sub claim . When i use console.log on setSession there are active user details information. I try set persistSession from this thread (AuthApiError using supabase-js from node) to false but this bug still effect.
