Mohamed-512 / Extra-Streamlit-Components

An all in one place, to find complex or just not available components by default on streamlit.
Apache License 2.0
480 stars 60 forks source link

Username can be directly entered as cookie value? #35

Open Sharan-Babu opened 1 year ago

Sharan-Babu commented 1 year ago

Hi, after user signup or login, can I directly set a cookie with value as the username? Or should I encrypt the username value before setting the cookie? Is the direct username method safe?