WP-API user email change confirmation
wp-api didn’t has any route for new user registration as the route /users requires authentication for create operation As far as I know, using proper authentication (I’m using JWT), rest API does let you create new users. The problem is that if you go that way, you have to implement your own mail-verifcation system, since … Read more