NFS does not authenticate using credentials such as user and password. It restricts access based on client IP address*. Meaning you authenticate by your machine IP, not which user are you.
You have defined the IP restriction as *
meaning "no restriction" (any IP).
See similar question Mount network share with nfs with username / password.
*You can also authenticate to nfsv4 using Kerberos - a very complicated setup is required.