summaryrefslogtreecommitdiff
path: root/src/test/fixtures/identity.rs
Commit message (Expand)AuthorAge
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
* Return an identity, rather than the parts of an identity, when validating an ...Owen Jacobson2025-08-25
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Add `change password` UI + API.Owen Jacobson2024-10-29
* Sort out the naming of the various parts of an identity.Owen Jacobson2024-10-22
* Make the responses for various data creation requests more consistent.Owen Jacobson2024-10-19
* Split login and token handling.Owen Jacobson2024-10-02
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Reimplement the logout machinery in terms of token IDs, not token secrets.Owen Jacobson2024-09-29
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Wrap credential and credential-holding types to prevent `Debug` leaks.Owen Jacobson2024-09-28
* Write tests.Owen Jacobson2024-09-20