Track User os username

Hello,

I currently have an app that is hosted on my computer on a local network that anyone in my firm can access if they are connected to the internal network. I am trying to track the os username of people accessing this app. Is there a way to do this or somehow get the username of the person accessing the dashboard?

Thank you!

Just add a callback on the login button that saves the username in a .json on the server :man_shrugging: Id recommend working towards a proper authentication setup, with dash-auth or something