With the XF2.1 REST API, there is the possibility of per-user keys. Except as described in the HYS REST API there is no front-end API for a user to manage (revoke or issue, or even list) keys associated with their account.
Nearly every website which offers API access with API keys also offers management of those keys to allow revocation or regeneration.
This is a fairly important aspect to smoothly enable per-user consumption of an API key with the REST API.
Github for example;
Nearly every website which offers API access with API keys also offers management of those keys to allow revocation or regeneration.
This is a fairly important aspect to smoothly enable per-user consumption of an API key with the REST API.
Github for example;
Last edited:
Upvote
34