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
/
login
/
routes.rs
Commit message (
Expand
)
Author
Age
*
Separate `/api/boot` into its own module.
Owen Jacobson
2024-10-05
*
Use `/api/boot` to bootstrap the client.
Owen Jacobson
2024-10-05
*
Split login and token handling.
Owen Jacobson
2024-10-02
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Provide a resume point to bridge clients from state snapshots to the event se...
Owen Jacobson
2024-10-01
*
Prevent racing between `limit_stream` and logging out.
Owen Jacobson
2024-10-01
*
Reimplement the logout machinery in terms of token IDs, not token secrets.
Owen Jacobson
2024-09-29
*
Wrap credential and credential-holding types to prevent `Debug` leaks.
Owen Jacobson
2024-09-28
*
Crank up the Clippy warnings.
Owen Jacobson
2024-09-25
*
Write tests.
Owen Jacobson
2024-09-20
*
Pass dates around by ref more consistently
Owen Jacobson
2024-09-20
*
Remove the HTML client, and expose a JSON API.
Owen Jacobson
2024-09-20
*
Return 404s when resources are not found.
Owen Jacobson
2024-09-18
*
App methods now return errors that allow not-found cases to be distinguished.
Owen Jacobson
2024-09-18
*
Push most endpoint and extractor logic into functoins of `App`.
Owen Jacobson
2024-09-12
*
Wrap the database pool in an App struct.
Owen Jacobson
2024-09-12
*
Be a bit more consistent about 'token', the whole record, versus 'secret', th...
Owen Jacobson
2024-09-12
*
Align /login form type name with other form type names.
Owen Jacobson
2024-09-04
*
Login fixes:
Owen Jacobson
2024-09-04
*
Expire sessions after 90 days.
Owen Jacobson
2024-09-04
*
Add logout support.
Owen Jacobson
2024-09-03
*
Allow login creation and authentication.
Owen Jacobson
2024-09-03