Replies: 1 comment 2 replies
-
Check out the jwt and session callbacks and their available parameters, you can also access |
Beta Was this translation helpful? Give feedback.
2 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.
-
I'm really struggling on how to add the discord ID to the session so that I can use it client-side in React. I only get email, image and the username. I tired extending
session
viacallbacks
but theuser
I get there is just the user from the database and doesn't have the information I need. I think I also need the extend the user model, but I don't know how I get the info I want into it :/Can someone help me please?
Beta Was this translation helpful? Give feedback.
All reactions