The purpose of this server is to enable the React Native mobile app to request an access token by providing an authorization code. This could be done on the React Native app, but that would expose the OAuth secret.
Click the button 👇
You will need to have created an OAuth client on the Monzo developer portal, as these credentials are required when deploying to your Heroku account.
Or deploy the mock 👇
To run this locally you have two options:
- Run using your locally installed version of node
- Run using Docker by running
docker-compose run web yarn install
anddocker-compose up