summaryrefslogtreecommitdiff
path: root/src/user/app.rs
Commit message (Expand)AuthorAge
* Define a generic "Failed" case for app-level errors (and a few others).Owen Jacobson2025-11-25
* Convert the `Users` component into a freestanding struct.Owen Jacobson2025-10-28
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Remove the now-unused return value from the final stage of user creation.Owen Jacobson2025-08-24
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
* Rename the `login` module to `user`.Owen Jacobson2025-03-23