Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
MIT License
578 stars 70 forks source link

Can't get user session on vercel #104

Open tashua314 opened 2 years ago

tashua314 commented 2 years ago

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?