Error: Authorization header malformed when using Axios and JWT with WordPress
I am trying to register a user and somehow get the userdata using Axios and JWT with Wordpress. I am following from this issue Below is my code: const signupdata = { username: loginFields.email, email: loginFields.email, password: loginFields.password } axios.post(…