about summary refs log tree commit diff
path: root/kittybox-rs/src/tokenauth.rs
Commit message (Collapse)AuthorAgeFilesLines
* tokenauth: migrate tests to WiremockVika2022-08-131-54/+45
| | | | Wiremock doesn't require external C dependencies.
* indieauth: rename to tokenauthVika2022-07-101-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.