Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kittybox-indieauth: improve docs and the Error type | Vika | 2022-07-19 | 1 | -14/+60 |
| | | | | | | | `kittybox_indieauth::Error` now represents errors in the IndieAuth process itself. `IndieAuthError` got renamed to `ResourceErrorKind` to reflect errors that a resource server (i.e. IndieAuth consumer) might return to a client who somehow didn't authorize themselves properly. | ||||
* | WIP: IndieAuth progress | Vika | 2022-07-15 | 2 | -0/+390 |
- Some kittybox-indieauth crate bugs were fixed - Things should mostly work... - ...if you somehow supply your own backend store - YES I MADE IT MODULAR AGAIN - NO I AM NOT SORRY - YOU WILL THANK ME LATER - DO NOT DENY THE HEAVENLY GIFT OF GENERICS IN RUST - Retrieving profiles doesn't work for now because I am unsure how to implement it best |