Additional parameters in Email config
I'm using
@convex-dev/auth/providers/Email
to send verification emails and want to support multiple languages (e.g., 'en', 'ko') based on user settings. However, the current sendVerificationRequest
doesn't accept custom parameters like customData
to pass locale info, forcing me to hardcode templates (e.g., 'en').
#### Current Code
#### Requested Feature
Add support for passing customData
(e.g., { locale: 'ko' }
) to sendVerificationRequest
so I can dynamically select email templates based on locale.
#### Example
#### Why?
- Enables multi-language email support.
- Increases flexibility for custom email logic.
#### Current Limitation
- sendVerificationRequest
only takes { identifier, provider, token }
, no way to pass locale.2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Welcome! Makes sense. I would open this feature request as an issue on the open source repo, that way anyone can take a shot at implementing if they like: https://github.com/get-convex/convex-auth/issues
GitHub
Issues · get-convex/convex-auth
Library for built-in auth. Contribute to get-convex/convex-auth development by creating an account on GitHub.