Reading data from reset token

Hello There :slight_smile:

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.forgotPassword too, to avoid creating an intermediary method that’ll call Accounts.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 :slight_smile: