jonathan-dejong / simple-jwt-authentication

Extends the WP REST API using JSON Web Tokens Authentication as an authentication method.
GNU General Public License v3.0
87 stars 25 forks source link

403 error after authenticated. #34

Closed namsir closed 5 years ago

namsir commented 6 years ago

Anyone has any idea why i can't GET or POST to my custom endpoint after i've successfully authenticated. I added authorization head with the same token i've got back.

I've tried moving the 'SIMPLE_JWT_AUTHENTICATION_SECRET_KEY' in wp-config to the top/bottom and still not working.

by the way i'm using this plugin on a multisite.

NVM i found a solution myself. It was conflicting with the existing plugin. Deactivate it or uninstall it works.