Hello There ![]()
In Meteor documentation, it is said we can pass additional data to the reset-token when calling Accounts.sendResetPasswordEmail , I have two question about this :
- couldn’t we add additional data using
Accounts.forgotPasswordtoo, to avoid creating an intermediarymethodthat’ll callAccounts.sendResetPasswordEmail? - Once i get the token client side in my reset password page, how do I read the addiotional data it contains ?
Doc : Passwords | Meteor API Docs
Thank you ![]()