Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |