The NewGrpc configuration in the main.go file has been updated to use the AuthenticationPort instead of the UserPort. This change is necessary because the configuration was originally set as UserPort when the service was cloned from the user service, but our desired service is the Authentication service.
Closes #24
The NewGrpc configuration in the main.go file has been updated to use the AuthenticationPort instead of the UserPort. This change is necessary because the configuration was originally set as UserPort when the service was cloned from the user service, but our desired service is the Authentication service.