tylerjrichards / st-paywall

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

Added the parameters of "markdown_button()" to "show_login_button()" #42

Closed marcosberghahn closed 11 months ago

marcosberghahn commented 11 months ago

Added the parameters of the child function "markdown_button()" to "show_login_button()", so the component can be called from other places with the proper login url.

As discussed here: https://github.com/tylerjrichards/st-paywall/issues/40