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.