Theo's Typesafe CultTTC
Theo's Typesafe Cult4y ago
59 replies
Çağlar

How to modify useSession data type?

I am using credentials and providers then returning user, I was trying to put some user infos into session but session.user always returning
{
  user: {
    name: '1234',
    email: 'c@b.com',
    image: null,
    id: 'clb87p1tw0000vxqsb4kij8qw'
  },
  expires: '2022-12-03T18:21:49.726Z'
}
Was this page helpful?