indieweb / wordpress-indieauth

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

Remove Remote Endpoint Code and Refactor Code #255

Closed dshanske closed 11 months ago

dshanske commented 1 year ago

This removes the remote endpoint and it rearranges the code to remove unneeded global functions, have each endpoint register its own properties, and adds filters for extensibility on the metadata endpoint.

It makes everything a bit cleaner.

It also serves the metadata endpoint header on all the indieauth rest URLs to aid in discovery.