You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
sital002
changed the title
display_name should be an optinal field while using signup with email password api
display_name should be an optional field while using signup with email password api
Aug 3, 2024
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
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
The text was updated successfully, but these errors were encountered: