Lesson 2 - Verify and validate inputs
In this lesson, you'll learn how to enhance security by implementing input verification in Chromia using the "require" function. This will involve ensuring the validity of the user signing the operation, verifying content length, and confirming user existence.
Finally, we'll add tests to ensure that impersonation can't happen and that the input validation works.