moltin / js-sdk

JavaScript & Node.js SDKs for the Elastic Path Commerce Cloud eCommerce API
http://documentation.elasticpath.com/
MIT License
173 stars 77 forks source link

Authentication #24

Closed outrunthewolf closed 8 years ago

outrunthewolf commented 8 years ago

Hi, Is there any doc about the authenticate endpoint ? By default there is no password field in the Customer Flow. Also i don't understand how the authentification is handled as i don't see when the auth credentials I suppose customers/authenticate returns are stored. Thanks

@machard Moved to issue rather than on the pr.

There are two types of authentication.

One, is using the access token endpoint to get an access token to enable you to make requests to the API. http://moltin.github.io/documentation/authenticate/

The second is customer authentication. This is not in general release as yet and you will not be able to use it until early january.

camwes commented 8 years ago

@outrunthewolf It says that this can be expected by January but I noticed that this PR is still open? How would recommend proceeding?