Logging users in Now that we’ve got the unauthenticated components of the site done we need to work on getting users logged in. To do that we need to make some changes: Create a logUserIn() method which will accept user input and call your fetchToken() method. You may need to adjust that depending on how […]