complete all requirements which plugin needs like edit .htaccess, .wp-config.php and also clone wp-rest-api plugin. but this plugin didn't restrict any rest API like localhost/wp-json or create post API. I used all solutions of link https://github.com/WP-API/Basic-Auth/issues/35.also download basic Auth Plugin.
All API works fine as it worked and also I can create token and login via JWT auth. but I want to restrict my all API with JWT auth.
FYI: I have a Woocommrce backend Website and ios frontend. I'm working with Rest API only.Also, Can JWT Auth restrict woocommerce too?
I'm using JWT authentication Plugin for Authentication and Login Api And Token https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/.
complete all requirements which plugin needs like edit .htaccess, .wp-config.php and also clone wp-rest-api plugin. but this plugin didn't restrict any rest API like localhost/wp-json or create post API. I used all solutions of link https://github.com/WP-API/Basic-Auth/issues/35.also download basic Auth Plugin.
All API works fine as it worked and also I can create token and login via JWT auth. but I want to restrict my all API with JWT auth.