about summary refs log tree commit diff
path: root/kittybox-rs/src/frontend/indieauth.js
Commit message (Collapse)AuthorAgeFilesLines
* Switch to TypeScriptVika2022-09-281-107/+0
| | | | | | | | This neccesitates installing TypeScript to build Kittybox, but thankfully Nix actually takes care of that. Build Kittybox with Nix and you won't have problems. Also now I can safely do stuff.
* frontend: fix indieauth page crashing if no scopes requestedVika2022-09-201-1/+1
| | | | JavaScript is a hellpit i want out of it please help me
* feat: indieauth supportVika2022-09-191-0/+107
Working: - Tokens and codes - Authenticating with a password Not working: - Setting the password (need to patch onboarding) - WebAuthn (the JavaScript is too complicated)