WP-API / jwt-auth

Enable JSON Web Token authentication for the WordPress REST API.
GNU General Public License v2.0
106 stars 25 forks source link

You need to enter a Username and a Password if you want to see this website. #43

Open homeplaya opened 6 months ago

homeplaya commented 6 months ago

Hi I installed the plugin my API works fine I can POST now requests. However my webite is not anymore accessible , when enteringthe home page, username and password is requested and error ; "You need to enter a Username and a Password if you want to see this website.".

I have tried everything, modifying .htaccess file , inserting code snipets in the theme functions.php file , inside the plugin files , even doing a custom plugin to bypass the JWT auth for the homepage.

its sure its the plugin because when I deactivate everything comes back to normal.... But I need the JWT active in order my API works... also I clear wp cache and browser cache each time. nothing seems to work.

Any iddea of what I can do ?