Pass more params to email_passwordless no modal method

I currently have web3auth no modal implemented using the email_passwordless method.

You have to pass in the login_hint which is the email used for logging in / signing up.

I noticed when fetching the user that web3auth provides there’s a field for name which is filled in as the email.

Would it be possible to be able to pass in extra params with the email_passwordless method, such as name, etc?

Hi Charles,

Thank you for reaching out! It sounds like you’re looking to enhance the email_passwordless method in your Web3Auth integration with extra parameters.

Here’s a summary of the details you’ve provided for the support team:

  • SDK Details: Plug n Play
  • Issue: Request to pass additional parameters (like name) in the email_passwordless method.
  • Current Implementation: No modal used with the existing method; login hint is the email.

While I can’t guarantee any adjustments, it’s a great suggestion to request the ability to customize additional parameters. I’d recommend posting this as a feature request on our forums for developer consideration.

If there’s anything more specific you want to delve into or need help with in your current setup, feel free to share further details or code snippets!

Best regards!

Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.

Hey, it’s not possible. The user information is constructed/ derived from the JWT Token that is used for authorization of the user. We simply decode the token, and parse the user information which comes the OAuth provider. Since, we don’t store or take any additional information, it’s not possible for us to provide the name of the user.

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