indieweb / wordpress-indieauth

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

Ticket Endpoint #212

Closed dshanske closed 3 years ago

dshanske commented 3 years ago

This merge implements an experimental ticket endpoint to receive tickets. It adds a UI to revoke or verify those tickets. The endpoint is disabled by default and only enabled with a wp-config flag.

dshanske commented 3 years ago

@pfefferle Can you have a look at this?

tw2113 commented 3 years ago

Nothing notable standing out to me with this one, code wise. Feels all like pretty well known HTTP process and workflow which is good.

dshanske commented 3 years ago

Nothing notable standing out to me with this one, code wise. Feels all like pretty well known HTTP process and workflow which is good.

Great, appreciate the help. It's still an experimental spec, but I'd like to merge it in so I can iterate on it.