indieweb / wordpress-indieauth

IndieAuth for WordPress
https://wordpress.org/plugins/indieauth/
MIT License
31 stars 11 forks source link

New Endpoints #227

Closed dshanske closed 2 years ago

dshanske commented 2 years ago

This, as a continuation of the previous PR, introduces a dedicated revocation, introspection, and userinfo endpoint. These all separate functions previously in the single endpoint, now that the metadata endpoint allows this without having to overload it. This is reflected in current PRs discussed at the last popup awaiting merge. The Metadata endpoint was already merged, which is why the introspection endpoint is being adjusted appropriately, as that was changed after this decision.

It keeps the built-in functionality for now, until there is more adoption.