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