@centreea/zoho-postgres-token-management

Save Zoho SDK access tokens to an Amazon RDS database

Usage no npm install needed!

<script type="module">
  import centreeaZohoPostgresTokenManagement from 'https://cdn.skypack.dev/@centreea/zoho-postgres-token-management';
</script>

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