alleyinteractive / wp-rest-api-guard

Restrict and control access to the REST API
https://wordpress.org/plugins/rest-api-guard/
GNU General Public License v2.0
11 stars 1 forks source link

Generate API Keys that can be used for anonymous authentication #8

Open srtfisher opened 1 year ago

srtfisher commented 1 year ago

Allow API keys to be generated with a relevant name to track its usage for anonymous use of the REST API.

Similar in function to Application Passwords that are built into core without the need to tie them to a specific user.

srtfisher commented 7 months ago

https://github.com/alleyinteractive/wp-rest-api-guard/releases/tag/v1.1.0 did introduce JWT authentication.