Before implementing saving of data from our form, we need to limit access to the add a gig form to logged in users only. This was done simply by adding a Data Annotation [Authorize] to the Create() method found in the GigsController. So any non-logged in users is automatically redirected to Login form when trying to add a gig.