Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -358/+0 |
| | |||||
* | tokenauth: migrate tests to Wiremock | Vika | 2022-08-13 | 1 | -54/+45 |
| | | | | Wiremock doesn't require external C dependencies. | ||||
* | indieauth: rename to tokenauth | Vika | 2022-07-10 | 1 | -0/+367 |
This frees up the name for the future in-house IndieAuth implementation and also clarifies the purpose of this module. Its future is uncertain - most probably when the token endpoint gets finished, it will transform into a way to query that token endpoint. But then, the media endpoint also depends on it, so I might have to copy that implementation (that queries an external token endpoint) and make it generic enough so I could both query an external endpoint or use internal data. |