Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get user session on vercel

tashua314 opened this issue · comments

After google authentication, I can get a user session, if in a local environment.
However, in the case of a production environment deployed on vercel, it does not return. (Undefined is returned)

Do you know the cause?