Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -233/+0 |
| | |||||
* | kittybox-indieauth-helper: move client_id to a real page | Vika | 2023-07-09 | 1 | -1/+1 |
| | | | | | This allows to use the helper on production websites that do security checks on redirect URIs, as the URI is now properly declared. | ||||
* | indieauth: parse application metadata | Vika | 2022-10-24 | 1 | -6/+23 |
| | |||||
* | feat: indieauth support | Vika | 2022-09-19 | 1 | -0/+216 |
Working: - Tokens and codes - Authenticating with a password Not working: - Setting the password (need to patch onboarding) - WebAuthn (the JavaScript is too complicated) |