BETTERZON-84: Adding service method to check if a session is valid (#37)

This commit is contained in:
Patrick
2021-05-03 16:29:25 +02:00
committed by GitHub
parent a42c7da9a5
commit 816036dbdf
3 changed files with 111 additions and 4 deletions
@@ -3,7 +3,6 @@ export interface User {
username: string;
email: string;
password_hash: string;
hashing_salt: string;
registration_date: Date;
last_login_date: Date;
}