GauriSP10 / streamlit_login_auth_ui

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

How to recover the username? #2

Open OliverZar opened 2 years ago

OliverZar commented 2 years ago

How to retrieve the username that is active in your session, this for purposes of deciding the actions you can perform, something like an administrator and a user.

tonilopezortiz78 commented 1 year ago

I would like to know too > How to retrieve the username that is active in your session, this for purposes of deciding the actions you can perform, something like an administrator and a user.

wlyi1 commented 1 year ago

'login' object has no attribute 'get_username'

I have used the method but return attribute error

olsonperrensen commented 5 months ago

@tonilopezortiz78 last released version was prior to your merge. Any fix on this ?