I want to make a reset password feature on a Kuzzle stack but I don't know where to put extra data (like a token for reset password) in the user document.
Furthermore, the user should not be able to change the data itself.
Should I use security.updateUser
endpoint and prevent user access with a hook or a pipe ?