Every ASP.NET application comes with built in user authentication and authorization, thanks to ASP.NET Identity. The default signup and login forms are pretty basic, and are not suitable for real world applications that need to capture several user attributes during the signup process. This module will be focused on extending the default Signup form provided by ASP.NET Identity to allow for input of the name of the Artist for our GigHub app.