GauriSP10 / streamlit_login_auth_ui

It lets you connect your streamlit application to a pre-built and secure Login/ Sign-Up page.
MIT License
178 stars 59 forks source link

How to check which user is logged in for the logs #20

Open ranjan-sumit opened 11 months ago

ranjan-sumit commented 11 months ago

Is there any way we can get to know which user is logged in?

miks2021 commented 9 months ago

As per app.py: username= __login__obj.get_username()