In part 1, we implemented the authentication module. Now we will ensure we follow the best practices. So let's start with testing. Feature Testing Authentication is a feature of our app. The user can register, login and log out. These are actions a u...