display_name should be an optional field while using signup with email password api
Currently while using signup with email and password I can only add email,password and callback_verification_url. It would be easier if we could add display_name and other properties at the same time. We can make them as otional parameters. https://docs.stack-auth.com/rest-api/server/password/sign-up-with-email-and-password
We can add those parameters to the function, but I guess what you are looking for is an onboarding information-gathering process? Before we have that parameter in the function, you can do this: https://docs.stack-auth.com/concepts/user-onboarding
Hi @sital002, I would like to work on this issue, Pl assign it to me.