The documentation for passwordless authentication states that the email template should have access to a few parameters, however these parameters are only populated for sign in.
If a user is signing up, the only parameter available is application.name
. I need to access user metadata in order to localize the sign up message.
Are there other parameters available in the email template not mentioned in the documentation?
How can I achieve this message customization during the sign up process?