GauriSP10 / streamlit_login_auth_ui

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

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

Open ranjan-sumit opened 1 year ago

ranjan-sumit commented 1 year ago

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

miks2021 commented 1 year ago

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