APUOPE-RE / backend

repo for the backend
0 stars 0 forks source link

TASK Log in -page, backend #3

Closed mohes7489 closed 1 month ago

mohes7489 commented 1 month ago

Under this ticket, there is implemented backend functionality for the log in page.

Implementation includes:

Sub task of ticket APUOPE-RE/Wiki#9 Specifications: https://github.com/APUOPE-RE/Wiki/wiki/FR-%E2%80%90-Log-In-&-Sign-Up

williamirva commented 1 month ago

How the authentication will be done between frontend and backend.

roosavihlman commented 1 month ago

How the authentication will be done between frontend and backend.

I guess we could do a separate ticket to tackle this issue just to get the application's main functionality first up and running. Authentication is all in all easy to add everywhere it is needed beforehand.

roosavihlman commented 1 month ago

Backend PR: https://github.com/APUOPE-RE/backend/pull/9 :heavy_check_mark: Frontend PR: https://github.com/APUOPE-RE/frontend/pull/10 :heavy_check_mark: