How do you add a new field to Session User in NextAuth using T3 stack?
I added this in my
auth.ts
Then in my session callback
And still I am not being able to retrieve this credits
field from the user table in my DB.
Here's my user table created with Drizzle
0 Replies