about summary refs log tree commit diff
path: root/src/frontend/login.rs
Commit message (Collapse)AuthorAgeFilesLines
* frontend: convert to warpVika2022-03-021-1/+0
| | | | | | | | | Warp is using hyperium/http instead of http-types, so I replaced all of the http-types usage (mostly status codes) by Warp's http::StatusCode. Additionally some of the struct fields were made public to allow initialization from public code.
* Make rustfmt and clippy happyVika2021-12-061-88/+147
|
* Added support for IndieAuth client sign inVika2021-12-061-0/+292
This will allow readers to view private posts intended just for them. Additionally fixed bugs in patterns due to which webmentions might not have been sent.