'use strict' const appRoot = require( 'app-root-path' ) module.exports = { async createResetToken( { email } ){ // TODO }, async resetPasswordFromToken( { tokenId, newPassword } ) { // TODO } }