tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
266 stars 52 forks source link

How to access the user's email? #37

Closed roland71 closed 1 year ago

roland71 commented 1 year ago

Hi! Is there any way to access the user's email address after login to store it in a database?

sfc-gh-trichards commented 1 year ago

yes! you can check st.session_state.email and get the logged in user's email