Logins have been changed in the API so that they send a JSON web token that's generated on the server. We need to make sure the app properly stores this token and properly sends it to the server for authentication. We also need to add a logout feature that deletes the token from the client's local device storage.