Modify session or user with stateless mode
Hi. Migrating from next-auth, I'm trying to add some fields in my session or user object.
I've tried mapprofiletouser for example but my session does not seams to include my fields.
Is there another hook or function I can replace to include my field in the session ? I'm guessing in the cookie?
I've tried mapprofiletouser for example but my session does not seams to include my fields.
Is there another hook or function I can replace to include my field in the session ? I'm guessing in the cookie?