Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unforswearing/gas-key-server
A toy key server built on the google apps script platform
https://github.com/unforswearing/gas-key-server
google-apps-script
Last synced: about 1 month ago
JSON representation
A toy key server built on the google apps script platform
- Host: GitHub
- URL: https://github.com/unforswearing/gas-key-server
- Owner: unforswearing
- Created: 2020-10-09T17:08:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T22:41:35.000Z (over 4 years ago)
- Last Synced: 2024-10-23T12:57:59.574Z (3 months ago)
- Topics: google-apps-script
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A toy key server built on the Google Apps Script platform, which handles the GET/POST requests internally. This is a project for learning. Please do not use this project for anything critical.
Notes
- I generally followed the guides for the [Google Apps Script HTML service](https://developers.google.com/apps-script/guides/html) and [Google Apps Script Web Apps](https://developers.google.com/apps-script/guides/web)
- Service API keys are stored in the `script properties` of the project
- [More information about Properties Service](https://developers.google.com/apps-script/guides/properties)
- Keys to access the server must be generated elsewhere.
- I used `md5` on MacOS. `md5sum` works on Linux.
- This script must have at least one saved version.
- This script also must to be "published to the web" so it can respond to external requests
- See the [Google Apps Script Web Apps guide](https://developers.google.com/apps-script/guides/web) for more information
- Additional information can be found in `documentation.js`