Lesson 4 - Input verification and validation
In this lesson, security will be explored based on input verification in Chromia using the "require" function. The focus will be on ensuring the user's validity when signing operations, verifying content length, and confirming the existence of users.
By the end, tests will be added to prevent impersonation and to ensure that input validation functions correctly.