about summary refs log tree commit diff
path: root/kittybox-rs/src/indieauth/backend
Commit message (Collapse)AuthorAgeFilesLines
* Moved the entire Kittybox tree into the rootVika2023-07-291-420/+0
|
* indieauth/backend/fs: debug tracingVika2023-07-091-1/+6
|
* Make webauthn and openssl optionalVika2022-09-191-1/+9
|
* feat: indieauth supportVika2022-09-191-0/+407
Working: - Tokens and codes - Authenticating with a password Not working: - Setting the password (need to patch onboarding) - WebAuthn (the JavaScript is too complicated)