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 and Google Apps Script Web Apps
- Service API keys are stored in the
script propertiesof the project - Keys to access the server must be generated elsewhere.
- I used
md5on MacOS.md5sumworks on Linux.
- I used
- 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 for more information
- Additional information can be found in
documentation.js