NextAuth google authentication , how to insert custom fields?
Unanswered
Chinese Alligator posted this in #help-forum
Chinese AlligatorOP
so i am using nextauth with credentials and google authentication , when i register normally i create a complete user but when i signin with google i get only the 5 defult fields : id, name, email, image, ewmailVerified. What i want to do is to add some custom default fields like username , bio ... how can i achieve that ?