Using my test PHP client script am I able to successfully authenticate and connect remotely to my Wordpress API.
But when I log out and then re-authenticate a few times, then visit my wp-admin Profile page, I see multiple entries for the same client with the (now fixed) revoke button.
I understand that they'll each have different token credentials, but this list is going to get pretty untidy, pretty quickly if users (wisely) log out of their client apps when not needed.
What's the best way to deal with this, if any?