nango
nango copied to clipboard
A single API for all your integrations.
## Describe your changes Updated specs for the refresh token logic. 1 day and time cap on 23 hour limit on the cron. ## Issue ticket number and link NAN-842...
## Describe your changes On deploy the cap was being applied but only to disable the sync config which if a sync was already had no impact. This update fixes...
## Context Fixes NAN-837 Contributes to NAN-846 Current context of the API : - 5 ways to auth (secret key, public key, session, basic auth, no auth), all of them...
## Describe your changes Fixes NAN-783 Not a fan of caching, however when running a sync it should be deterministic and not spam our own backend for no reason. I...
## Describe your changes Started working on a data validation logic for a customer that ultimately was decided against, but did this refactor which was beneficial. With this a `StandardNangoConfig`...
## Describe your changes Fixes NAN-881 - Remove doc for Heroku/Render self-hosting - Archived (not deleted) the linked repository
This is the first stage of the orchestration v2, implementing the scheduler. As agreed the first version of the scheduler doesn't support recurring task, only task that can be scheduled...
## Describe your changes Allows for a general purpose solution in which we can leverage "proxy only" connections for **non-public systems** (weather that be via basic auth, api key+token, bearer...
## Describe your changes If a user has repeated sync names then we (nango) might not know how to resolve the script to run in a dry run ``` integrations:...
## Describe your changes Contributes NAN-900 - Allow to change the default schema name For testing purpose, local dev, and also to be able to have multiple install in the...