Updating the Client: The Login Screen
Learn how to add a password field and a register account checkbox.
Necessary changes
The updates to the client are fairly extensive since every interaction with the API must be correctly modified, and we need to think through how to handle a range of failure cases. There is good news, though, which is that all of the interactions with the server occur ...