I have a nextjs application which uses next auth for authentication,I used a database strategy, After a user login is there still a way to update a user's data?
Asked
Active
Viewed 56 times
-1
-
Please provide enough code so others can better understand or reproduce the problem. – Community Aug 11 '22 at 15:20
1 Answers
0
Incase anyone some azroos this issue,in the nextjs docs there is a user model,so you just have to create a user model in your application and create a usual PUT/PATXH request ****

Adetonwa Ayodeji
- 9
- 3
-
As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 28 '22 at 00:10