Replies: 1 comment
-
I would suggest you to you the mongodb driver for node or mongoose and do what operations you want using the provided callback functions: https://next-auth.js.org/configuration/callbacks. |
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.
-
Your question
Hi, I just start use next-auth. It look so cool but I feel I can't control it. :(
I am trying to save custom data to users collection. I am trying to
wallet:0
for first time loginreq
to use for query more easy (Like passport). Of course I can query users again in middleware but It look so silly :(I found the Adapter in document but I don't understand how to use it... and look like don't have a example project.
Beta Was this translation helpful? Give feedback.
All reactions