DoshiHarsh / Personal-Finance-Tracker

Personal finance tracker allows you to track and visualized your spending in multiple currencies.
GNU Affero General Public License v3.0
1 stars 0 forks source link

User Authentication #4

Open DoshiHarsh opened 3 months ago

DoshiHarsh commented 3 months ago

Build out support for user authentication to allow for multiple users to use a single hosted instance and adding security for publicly hosted instances.

Support for login via email, password recovery and secure database connection to prevent unauthorized access.

DoshiHarsh commented 2 months ago

Pushing to backlog awaiting streamlit's implementation of native support for user authentication.