summaryrefslogtreecommitdiff
path: root/src/login/repo/tokens.rs
Commit message (Expand)AuthorAge
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Revoking a nonexistent token should failOwen Jacobson2024-09-16
* Expose sqlx errors directly in repo interfaces.Owen Jacobson2024-09-16
* Consolidate the (now) two definitions of DateTime.Owen Jacobson2024-09-12
* Expire tokens based on when they were last used, not based on when they were ...Owen Jacobson2024-09-11
* Expire sessions after 90 days.Owen Jacobson2024-09-04
* Display a different / page depending on whether the current identity is valid...Owen Jacobson2024-09-04
* Add logout support.Owen Jacobson2024-09-03
* Allow login creation and authentication.Owen Jacobson2024-09-03