SiddhantSadangi / st_login_form

Create secure authentication forms for your Streamlit apps - in one-line of code!
https://pypi.org/project/st-login-form/
MIT License
109 stars 22 forks source link

Added logout feature #8

Closed TheAhmedRmdan closed 2 months ago

TheAhmedRmdan commented 2 months ago

A basic logout() function can be implemented on any streamlit layout or container.

I've added a logout_button_sidebar() function as a demonstration of a use case example.