Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/willrax/mondo-lambda-auth
- Owner: willrax
- Archived: true
- Created: 2015-12-04T08:47:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T09:47:36.000Z (almost 9 years ago)
- Last Synced: 2024-04-09T02:37:39.545Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - mondo-lambda-auth - AWS Lambda functions for fetching and refreshing Mondo tokens (Code & Client Libraries)
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 ./`