• itsgauravjain22

    (@itsgauravjain22)


    I would like to have jwt authentication enforced on wordpress and its plugin rest API endpoints with proper access control to allows some endpoints public without authentication. The problem with not having a standardized rest API authentication is making other plugin rest endpoints insecure and not universal.

    For example, If I use woocommerce rest API with its client keys and secrets. Now I can’t add product image with woocommerce rest API endpoints since media upload is only available via wordpress endpoints and I can’t authenticate the wordpress API with those key/secret pairs.

    Another plugin adds its own set of an authentication mechanism, resulting in incompatible rest API authentication for different plugins.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make JWT as a standard authentication mechanism in wordpress’ is closed to new replies.