Check REST API filter
Closed this issue · 1 comments
schoenkaft commented
It seems it's now too strict, since the is_user_logged_in
in the rest_endpoints
filter always returns false. It works properly in rest_authentication_errors
, but we still want to expose certain endpoints for unauthenticated as well.
schoenkaft commented
Just tested this in the scaffold, and it appears to be working properly for REST calls made from the admin area. Let's assume everything works fine, and re-open when it turns out not to.