iaincollins / nextjs-starter

A starter project for Next.js with authentication
https://nextjs-starter.now.sh
ISC License
1.37k stars 422 forks source link

Can i get res in next-auth.functions ? #105

Open lenchik-ponchik opened 5 years ago

lenchik-ponchik commented 5 years ago

Hi. First of all, thanks for the project. Can u help me with my case? I'm trying to make very simple referral system. When user sign in with special cookie, I need that cookie value and write it to db. How can I get access to res.cookies in next-auth.function "insert" OR "update", for example ? Thanks.