@centreea/zoho-postgres-token-management
v1.0.0
Published
Save Zoho SDK access tokens to an Amazon RDS database
Readme
Zoho Postgres Token Management
Module for getting Zoho's Javascript SDK to save tokens to an Amazon RDS postgres database.
Requires that the following environment variables be set:
DB_HOST=your-rds-hostname.rds.amazonaws.com
DB_DATABASE=postgres # may be different if you've created a different database
DB_USER=postgres # may be different if you've created a different superuser
DB_PASSWORD=MySuperSecretDBPassword