tylerjrichards / st-paywall

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

Adding subscriptions return from Stripe to st.session_state #41

Closed marcosberghahn closed 11 months ago

marcosberghahn commented 11 months ago

Adding the raw subscription return from Stripe the session_state so it can be accessible to other parts of any streamlit project. As discussed here: https://github.com/tylerjrichards/st-paywall/issues/38