Google oauth does not set cookie
Hey there! I posted a github issue for this as well, but no replies so far: https://github.com/supabase/auth-helpers/issues/339
When using Google oauth, the supabase-auth-token cookie does not get set. From what I noticed, the access_token returned in the session object is much larger (about 3.4kb) than the ones for other auth methods, and the whole object goes over the 4kb limit for cookies.
When using Google oauth, the supabase-auth-token cookie does not get set. From what I noticed, the access_token returned in the session object is much larger (about 3.4kb) than the ones for other auth methods, and the whole object goes over the 4kb limit for cookies.
GitHub
Bug report Describe the bug When using Google oauth, the supabase-auth-token cookie does not get set. From what I noticed, the access_token returned in the session object is much larger (about 3.4k...