about summary refs log tree commit diff
path: root/kittybox-rs/util/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix some clippy errorsVika2022-09-281-1/+4
|
* feat: indieauth supportVika2022-09-191-0/+2
| | | | | | | | | | Working: - Tokens and codes - Authenticating with a password Not working: - Setting the password (need to patch onboarding) - WebAuthn (the JavaScript is too complicated)
* micropub: move MicropubError into kittybox-utilVika2022-07-101-0/+90
Looks like this shared data structure will be useful to me later when splitting off the media endpoint into its own crate.