How to get user.createdAt
when using jwt
?
#1768
Unanswered
matiastucci
asked this question in
Help
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I'm using the default config (not
jwt
) and I'm doing this:but now I want to use
jwt
and I'm doing this:and I don't get the
createdAt
anymore. If I consolesession.user
it only hasname
,email
andimage
. Any idea of how can I obtain thecreatedAt
again?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions