index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fixtures
/
identity.rs
Commit message (
Expand
)
Author
Age
*
De minimis "send me a notification" implementation.
Owen Jacobson
2025-11-08
*
Convert the last stray tests to be generic over components deriveable from an...
Owen Jacobson
2025-10-28
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
*
Generate tokens in memory and then store them.
Owen Jacobson
2025-08-26
*
Return an identity, rather than the parts of an identity, when validating an ...
Owen Jacobson
2025-08-25
*
Hoist `password` out to the top level.
Owen Jacobson
2025-08-24
*
Rename a bunch of straggler references to `login`.
Owen Jacobson
2025-03-24
*
Rename `login` to `user` throughout the server
Owen Jacobson
2025-03-23
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Add `change password` UI + API.
Owen Jacobson
2024-10-29
*
Sort out the naming of the various parts of an identity.
Owen Jacobson
2024-10-22
*
Make the responses for various data creation requests more consistent.
Owen Jacobson
2024-10-19
*
Split login and token handling.
Owen Jacobson
2024-10-02
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Reimplement the logout machinery in terms of token IDs, not token secrets.
Owen Jacobson
2024-09-29
*
Shut down the `/api/events` stream when the user logs out or their token expi...
Owen Jacobson
2024-09-29
*
Wrap credential and credential-holding types to prevent `Debug` leaks.
Owen Jacobson
2024-09-28
*
Write tests.
Owen Jacobson
2024-09-20