feat: associate device id with username when logging in

This commit is contained in:
2024-09-21 13:16:56 -04:00
parent 209a0b477d
commit c1bf12de4f
8 changed files with 1302 additions and 189 deletions

View File

@@ -1,5 +0,0 @@
export class TokenAlreadyExistsError extends Error {
constructor() {
super("Token already exists in the database");
}
}