summaryrefslogtreecommitdiff
path: root/src/login/extract/identity_token.rs
Commit message (Collapse)AuthorAge
* Be a bit more consistent about 'token', the whole record, versus 'secret', ↵Owen Jacobson2024-09-12
| | | | the value in that record used to verify logins.
* Display a different / page depending on whether the current identity is ↵Owen Jacobson2024-09-04
valid or not. This is mostly a proof of concept for the implementation of form login implemented in previous commits, but it _is_ useful as it controls whether the / page shows login, or shows logout. From here, chat is next!