Need a way to update user metadata in passwordless/start flow

Hello,

We are exploring auth0 passwordless.
We want to be able to pass and save additional metadata as part of passwordless/start. Is there a way to to do this.

Thanks,
Ashwin

Hey there!

Unfortunately I don’t believe that’s possible at the moment. I highly encourage you to place your product feedback using our Feedback category here:

ok. In that case, would it be possible to pass custom parameters in authParams and use an action to update the metadata.
“authParams”: { // any authentication parameters that you would like to add
“scope”: “openid”,
“state”: “YOUR_STATE”,
“myparam”:“myvalue”
}

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.