indieweb / wordpress-indieauth

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

Additional fixes #177

Closed dshanske closed 4 years ago

dshanske commented 4 years ago

This hides the remote option behind a constant that is only documented in the code for now, if anyone wants to use it. It also validates the scope is a proper string, switches the token to only work as a POST request, not a GET request. bumps the minimum version to 5.6, moves instantiation of classes out of their own files, etc