Open JANHAVIKULKARNI12 opened 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!
Integrate a database to manage user data within the Flask application. This will facilitate user registration, authentication, and role management.