You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nextjs application authenticated using next-auth,i used mongodb-adapter.Is it possible to perform crud operations with the user's data after successful login
How to reproduce ☕️
const { data } = useSession();
data.user.foo.push(bar)
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
questionAsk how to do something or how something works
1 participant
Converted from issue
This discussion was converted from issue #5133 on August 11, 2022 14:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
I have a nextjs application authenticated using next-auth,i used mongodb-adapter.Is it possible to perform crud operations with the user's data after successful login
How to reproduce ☕️
const { data } = useSession();
data.user.foo.push(bar)
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions