dshanske / syndication-links

Add and Display Syndication Links in WordPress
https://wordpress.org/plugins/syndication-links/
GNU General Public License v2.0
28 stars 13 forks source link

Make clearer token is required for Micropub #166

Open dshanske opened 1 year ago

dshanske commented 1 year ago

Suggestions include...generating a link to the appropriate Bridgy page next to the token box. Better error checking if the token is empty, and the fact that if you are triggering via Micropub it still lets you, but if you trigger via the admin it doesn't.

dshanske commented 1 year ago

Also, token verification is possible by querying the Micropub endpoint with the token and checking for a 200 vs 400 series response code.