Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willrax/mondo-lambda-auth

Lambda functions for fetching and refreshing Mondo tokens.
https://github.com/willrax/mondo-lambda-auth

Last synced: 3 months ago
JSON representation

Lambda functions for fetching and refreshing Mondo tokens.

Awesome Lists containing this project

README

        

# AWS Lambda function for Mondo Authentication

These can be used to build purely front end applications so that you wont need to create a full backend to fetch and refresh tokens.

# Installation

```
git clone https://github.com/willrax/mondo-lambda-auth.git
cd mondo-lambda-auth
mv config/example-prod.js config/prod.js
```

You'll need to fill in `prod.js` with the Mondo API host and your client_id and client_secret.

# Deployment

We'll need to zip the files in order to upload them to AWS.

`zip -r lambda ./`