Open dwoodwardyt opened 2 years ago
Maybe it modifies your .htaccess and hijack the modrewrite rules
Hello @dwoodwardyt it is likely that you need to whitelist the endpoints or namesapce for that plugin's API requests - https://github.com/usefulteam/jwt-auth#whitelisting-endpoints
I am a novice, I just according to the document configuration wp-contig.php and. htaccess or tip 403 now { "success": false, "statusCode": 403, "code": "jwt_auth_no_auth_header", "message": "Authorization header not found.", "data": [] } Now I don't know what to do to get the token, please help me to thank you very much
Hi, i am currently using your plugin and it works fine. Now we are using a library plugin to manage images better. But after we enable it, we get an error:
{ "success": false, "statusCode": 403, "code": "jwt_auth_no_auth_header", "message": "Authorization header not found.", "data": [] }
Plugin installed: https://de.wordpress.org/plugins/filebird/
When disabling it, everything works fine again. Any ideas?