JANHAVIKULKARNI12 / HOMELESSNESS_PREVENTION

HOMELESSNESS PREVENTION
0 stars 1 forks source link

Implement Database Integration for User Management #19

Open JANHAVIKULKARNI12 opened 1 month ago

JANHAVIKULKARNI12 commented 1 month ago

Integrate a database to manage user data within the Flask application. This will facilitate user registration, authentication, and role management.

vani-walvekar1494 commented 1 month ago

Hello team!

I’ve started integrating the database for user management in our Flask app. The database connection is established, and I’ve created the User model. The registration and login functionalities are being implemented, but I need some help with secure password hashing. Any tips would be greatly appreciated!

Next, we need to implement role management and write tests for the user authentication flow. You can find the code for the database integration in the Database-Model branch.

Thanks for your support!