jeffsebring / angular-wp-api

An AngularJS Client for WP-API
124 stars 15 forks source link

How can I pass username and password in request. #6

Closed joao-parana closed 10 years ago

joao-parana commented 10 years ago

On https://github.com/jeffsebring/angular-wp-api#examples you comments that

** If the user is not logged in, the request will recieve a 403 Forbidden response.

but I'm not be able to find information in README how can I pass username and password in request.

Can you explain this. Tanks.

jeffsebring commented 10 years ago

Please see the WP-API Documentation for information about how to interact with the API. This module simply creates a $resource in which to interact with it.