stack-auth / stack

Open-source Auth0/Clerk alternative
https://stack-auth.com
Other
3.28k stars 217 forks source link

display_name should be an optional field while using signup with email password api #166

Open sital002 opened 1 month ago

sital002 commented 1 month ago

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

fomalhautb commented 5 days ago

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