APUOPE-RE / backend

repo for the backend
0 stars 0 forks source link

TASK Log in -page, database #4

Closed roosavihlman closed 1 month ago

roosavihlman commented 1 month ago

Under this ticket, there is created Session-table to store timestamps when user has logged in and out.

When user logs in, there is created new database row where:

Database table Session: Column Type Key Nullable
id INT PRIMARY KEY FALSE
account_id INT FOREIGN KEY Account(id) FALSE
log_in TIMESTAMP - FALSE
log_out TIMESTAMP - TRUE

Sub task of ticket APUOPE-RE/wiki#9 Specifications: FR - Log In & Registration

roosavihlman commented 1 month ago

Edit 1.10.2024: Updated specification link.