I am trying to display the username of the current user on my client side Vue.js application. The app itself is meant to be internal and would be hosted on an IIS server. I would like to be able to access the current user to display the current users name but also to limit access to the app itself.
Thanks.