tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
235 stars 46 forks source link

Multiple subscription levels #63

Open lalau66 opened 3 months ago

lalau66 commented 3 months ago

From what I understand the variable st.session_state.user_subscribed is assumed to be boolean.

It would be great if the codebase could be extended to support an integer or string variable supporting multiple subscription tiers such as eg demo, 1, 2, 3 etc.