Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 539 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 539 Bytes

A collection of sample apps demonstrating obtaining Mirakl access token using express and axios

This repository provides a collection of sample nodejs apps to demonstrate the workflow of obtaining an access token on behalf of a user.

The obtained access token can then be used to call Mirakl APIs.

This repository is organzied as follows:

1 directory per technology stack, e.g. the express-axios directory contains a sample application using the express web framework and the axios library to interact with Mirakl auth server.