about summary refs log tree commit diff
path: root/kittybox-rs/src/indieauth/backend/fs.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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)