usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
116 stars 49 forks source link

Contact Form 7 Is Broken When JWT Auth Active #77

Closed saqib6161 closed 1 year ago

saqib6161 commented 1 year ago

When my JWT Auth plugin is active then it broke all forms in our website. When I deactivate the plugin it starts working again I tried uninstalling and reinstalling the actual plugin functionality is working fine I am able to login using the API has anyone else had the same problem? I am using for API Login through our app.

dominic-ks commented 1 year ago

Hey @saqib6161 first guess would be that you need to check the whitelisting section from the readme and whitelist the API namespace for Contact Form 7 and anything else you need:

sun commented 1 year ago

Duplicate of #31