-1

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?

1 Answers1

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 ****

  • 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