summaryrefslogtreecommitdiff
path: root/.sqlx/query-0b1543ec93e02c48c5cbaafd391b5812dc2d1d4a52ea3072b5dd52d71637b33d.json
Commit message (Collapse)AuthorAge
* Split the `user` table into an authentication portion and a chat portion.Owen Jacobson2025-08-26
| | | | We'll be building separate entities around this in future commits, to better separate the authentication data (non-synchronized and indeed "not public") from the chat data (synchronized and public).
* Rename `user` to `login` at the database.Owen Jacobson2025-03-23
|
* Add `change password` UI + API.Owen Jacobson2024-10-29
The protocol here re-checks the caller's password, as a "I left myself logged in" anti-pranking check.