Database reworked simpler, JWTs replaced by sessions table and random tokens. Accessing Add device link is currently broken.

This commit is contained in:
2025-07-15 05:29:48 +00:00
parent 6a2c6f7ed0
commit 69f68d6930
7 changed files with 364 additions and 132 deletions
-6
View File
@@ -271,12 +271,6 @@ Register a new user with a new passkey credential.
"message": "User registered successfully",
"token": "string (JWT)"
}
// Error response
{
"status": "error",
"message": "error description"
}
```
#### `WS /auth/ws/add_credential`