DEV Community

Discussion on: Headless WordPress with React

 
khaledallen profile image
khaledallen

I was able to set up an authentication call using ember-simple-auth, but couldn't figure out how to send all the needed information to the Wordpress server. nonce, token, etc. Basically, all we could send was the login and the password.

We get a response from the server though, with this message: Missing OAuth parameters oauth_nonce, oauth_signature.

Just wasn't sure how to generate all that information. My understanding was that ember-simple-auth was supposed to handle it automatically. I tried writing code to generate those bits on my own, but it turned out to be a little over my head and I was concerned about the security concerns.

I could send you the actual code for the authenticator if you want.

Thanks for looking into this. I appreciate your time.

Thread Thread
 
jchiatt profile image
J.C. Hiatt

I'm not very familiar with Ember, but you can link me to the repo and I'll definitely at least take a look!

—J

Thread Thread
 
khaledallen profile image
khaledallen

Thanks! Here's the link: github.com/khaledallen/mindfishapp...