-
Notifications
You must be signed in to change notification settings - Fork 0
Future Development
This page outlines features under consideration or currently being planned for future development.
Enable users to recover access via a secure email-based password reset.
Allow users to manage multiple connections/sessions simultaneously using tabbed navigation.
Tip
Native support for multi-tab interactions (with the current way the external modules and the iframes work) is not feasible with vanilla Streamlit. Maybe future versions or workarounds can be used.
Support third-party authentication providers for login using OAuth (e.g., Google, GitHub) by leveraging Streamlit’s native OAuth capabilities.
Provide custom themes for the main web application interface to enhance user experience and align with a branding.
Can be done by editing the colors in the menu on the top right of the page (for a temporary solution) or edited in .streamlit/config.toml.
Improve usability of the connection page by making key components responsive.
When clicking the "Connect" button in the dashboard, make it so that the type of connection (only SSH, only SFTP, both) can be chosen in a dialog.
- Official Streamlit Documentation
- Other Modules: