nango icon indicating copy to clipboard operation
nango copied to clipboard

A single API for all your integrations.

Results 123 nango issues
Sort by recently updated
recently updated
newest added

## Describe your changes - Missing `private` field - Use local pkg instead of remote Since we load the code and packages in the Dockerfile there is no point of...

## Describe your changes Continue to fix eslint rules, adding strict-type-checked found a lot of errors just about everywhere. Most of them are autofixed but I fixed some manually.

## Describe your changes Follow up of #2041 - Remove this temp page now that we have launched

## Context > [!NOTE] > This is a proposal We need more and more to share types between many packages, back-end, front-end et clients. Currently the shared folder is contains...

New parameter for connection sessions: final_redirect_url This param enables starting a new connection creation that finalizes with redirecting to `final_redirect_url` with error or success result. It especially frees developers from...

## Describe your changes ## Issue ticket number and link ## Checklist before requesting a review (skip if just adding/editing APIs & templates) - [ ] I added tests, otherwise...

## Describe your changes To enable client_credentials authentication for [Pingboard](https://github.com/NangoHQ/nango/pull/2052), the `grant_type: client_credentials` parameter needs to be appended to the authentication request. This parameter is necessary for proper authentication and...

## Describe your changes - Added configuration for pingboard in providers.yaml - Added pingboard to docs-v2. - Added pingboard pages for Supported API groups in mint.json. - Added pingboard SVG...

api

## Describe your changes Making the ddtrace pg.service depend on the database name in order to be able to differentiate apm metrics between main and records dbs. ex: `postgres-nango_tbvo` or...

## Describe your changes Records have been migrated to their own datastore. All logic to interact with records is now in `records` package. Note: I haven't included the deletion of...