Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Authentication Process in Woo REST API

Hi!

I'm developing a interactive woocommerce shop and want to take the data provide by the REST API in json format to generate the content but when i try to do this in a no-logged user this ins't possible.

i'm current user a nonce sistem Authentication, but in the api they say that have two ways to do this, one in a - HTTP Basic Auth - and other in - OAuth 1.0a β€œone-legged” authentication - the problem is, i have no ideia of how to implement this authentication in this context, php -> jquery

someone have an example of this?

Thank you !!!