humanmade / authorship

A modern approach to author attribution in WordPress.
GNU General Public License v3.0
66 stars 7 forks source link

REST API endpoint for guest authors #16

Closed johnbillion closed 3 years ago

johnbillion commented 3 years ago

Introduce a full CRUD endpoint in the REST API for guest authors.

This is needed because we're going to allow lower level users (eg. Authors) to create guest authors, and I don't want to mess about with the permissions of the /users endpoint, and using a new endpoint abstracts this away from user storage.

Mostly expects and exposes the same fields as the /users endpoint, except: