Skip to content

Connect Frontend and Backend for Authentication

IMHOFF GUILLAUME requested to merge feature/database-handler into main

Title: Connect Frontend and Backend for Authentication

Description:
This merge request establishes the connection between the frontend and backend for user authentication. It includes:

  • Connection of the login form to the backend API
  • Connection of the create account form to the backend API

Testing Steps:

  1. Navigate to the login page and attempt to sign in.
  2. Navigate to the registration page and create a new account.
  3. Verify that API requests are properly sent.

Next Steps:

  • Proper handling of authentication responses (success & error cases).
  • UI feedback for failed or successful authentication.
  • Full authentication flow once the database is created.

Let me know if you need any further refinements! 🚀

Merge request reports