Daniel González Reina

Results 43 comments of Daniel González Reina

I think the problem is actually on the `app.patch`. We do request a signature, but we never check that the signature is signed by an admin. Any valid signature will...

From [a comment](https://github.com/moonshotcollective/scaffold-directory/pull/48#discussion_r715485342) in #48 > Nothing to change here, but something to keep in mind. Once we have non-deterministic input to generate the messages (like nonce, timestamp, etc), we'll...

If you already installed the version but didn't pass the `--reinstall-packages-from={old node version}` flag, you can do: ```text nvm reinstall-packages {old_version} # Reinstall global `npm` packages contained in {old_version} to...