Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: indieauth support | Vika | 2022-09-19 | 1 | -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-util | Vika | 2022-07-10 | 1 | -0/+90 |
Looks like this shared data structure will be useful to me later when splitting off the media endpoint into its own crate. |