indieweb / wordpress-indieauth

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

Add setting for site URL user #153

Closed dshanske closed 5 years ago

dshanske commented 5 years ago

The recent changes to the plugin exposed a problem with using the Indieweb plugin's single author setting. So this plugin now has a setting for deciding who gets to use the site's URL, removing the dependency. It still, if no value is set, wil use the Indieweb plugin value or if there is only one user, that user. But this is much more reliable.

dshanske commented 5 years ago

@pfefferle Want to see if I can get this out. I had a comment from someone that the last update was causing their IndieAuth URL to change to /author/username instead of root.

The changes in the last version made things more secure on that, but this part was still fragile.