| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Simplify provider contributions (#346) * Do it all with docker compose * doc tweaks * doc tweaks | 3 年前 | |
feat(integrations): refractor apple-app-store and use JWT method instead (#6955) ## Describe the problem and your solution - `apple-app-store` used a bespoke `APP_STORE` auth mode that has been broken since it was originally introduced in #1464: it signed a JWT and then POSTed it to `https://api.appstoreconnect.apple.com/v1/apps` expecting a token back (`createCredentialsFromURL`). But App Store Connect has no token-exchange endpoint — the signed JWT *is* the access token, used directly as the Bearer credential on every request — and `/v1/apps` is a GET-only "list apps" endpoint, not something you can trade a JWT against. `tokenResponse.token` was always `undefined`, so no connection using this auth mode could ever have worked. - I checked prod and there are zero active `apple-app-store` connections, so there's no migration path to worry about, this removes the broken auth mode outright instead of patching it, and uses an auth mode we are currently using with other providers. <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) --> <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/NangoHQ/nango/pull/6955?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 1 个月前 | |
v0.3: Rewrite (details in desc) commit b9cf3a62237a78c1067ca1d72a633a6e7d1a0525 Merge: 76ee2d8 387f791 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Tue Nov 29 16:36:18 2022 +0100 Merge branch 'v0.3' of https://github.com/NangoHQ/Pizzly into v0.3 commit 76ee2d89914ca0ca90836717a4905ca9b628f614 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Tue Nov 29 16:36:15 2022 +0100 Bug fixes commit 610a5b7d36e8faafc53a2942a5df38bd4a0a0b03 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Tue Nov 29 10:24:19 2022 +0100 Small fixes commit 387f791f0214ee2002a11985b114f8c5e41ff701 Author: Robin Guldener <r.guldener@gmail.com> Date: Mon Nov 28 20:03:37 2022 +0100 Adding Intuit, Monday.com and Dropbox templates commit e2e0437ddc183dfad7a5a5671bd7a706e783374c Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Mon Nov 28 15:22:47 2022 +0100 API changes commit f1d107db9f673abe5fbd27bd2eeedfe18b09b6e4 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Mon Nov 28 14:00:42 2022 +0100 Change node SDK package name commit d9df3c3782448892902f9c7e8a8125ceb2a343d0 Merge: b85fcfd 7d50475 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Mon Nov 28 12:21:07 2022 +0100 Merge branch 'v0.3' of https://github.com/NangoHQ/Pizzly into v0.3 # Conflicts: # packages/node-client/lib/index.ts commit b85fcfdb447a3d17300c426a9ec0bcc2638576c6 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Mon Nov 28 12:18:34 2022 +0100 Name refactor commit 7d50475d560495f202772477692388460572a13f Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 17:32:20 2022 +0100 Updated backend node SDK commit 780930e1c4776c5ed2ff4d9feadadcd979daaa1c Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 16:45:17 2022 +0100 Node SDK + modify cli commands commit 5f8de1c3ff86fc75090c6b112efa3e4cc96de0f0 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 16:25:18 2022 +0100 Remove raw_response column from Connection model commit 3be323020ad015d21a0aeeefab7afbd20143055f Merge: 11fbedd 19c7b39 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 16:21:26 2022 +0100 Merge branch 'v0.3' of https://github.com/NangoHQ/Pizzly into v0.3 commit 11fbeddc099390248101a52781cedc1d879adad6 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 16:21:19 2022 +0100 Refresh token if needed commit 19c7b39849c293fdc8a2798b6431078448f1935a Merge: 6ee867d 708c95e Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 15:46:47 2022 +0100 Merge branch 'v0.3' of https://github.com/NangoHQ/Pizzly into v0.3 commit 6ee867daf098797b48165f0f0c22e631af013cd6 Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 15:46:43 2022 +0100 Fix typos commit 708c95e61f8522666a96048a27423e410afb8c20 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 15:46:12 2022 +0100 Handle custom scope separator commit 5b14471a6a9dc4197401435100f4a2805e2dd528 Merge: 29592f2 5d2cced Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 15:27:14 2022 +0100 Merge branch 'v0.3' of https://github.com/NangoHQ/Pizzly into v0.3 commit 29592f21101fca98d860b4b2db98a5319d7b50b6 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 15:26:09 2022 +0100 Add blueprints commit 5d2ccedc9ab697a1e6d8342d54537414b774c7b2 Merge: 44d32b7 fb7d7a8 Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 15:25:54 2022 +0100 Merge branch 'v0.3' of https://github.com/NangoHQ/Pizzly into v0.3 commit 44d32b7e8ad72900966c66d9d5a8a64710ffad0e Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 15:16:55 2022 +0100 Add .env for Pizzly, change env variables to SERVER_HOST and SERVER_PORT commit fb7d7a8c91e8a5fbf280784ee106b96f05b000dc Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 15:16:55 2022 +0100 Add .env for Pizzly, change env variables to SERVER_HOST and SERVER_PORT commit 294a3c20696bfeca5638a1b3d10f357005bf0a70 Author: Robin Guldener <r.guldener@gmail.com> Date: Fri Nov 25 15:08:41 2022 +0100 Fix class name in frontend sample commit a3229b086e31e30b18d00530480d7703b1797dfc Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 14:25:25 2022 +0100 Improve CLI commit c598274b771bdf5bd4317266b9882b3267d0e9da Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 12:42:38 2022 +0100 Implement CLI commit b955b029a6ffa0113ba2bc7274f702484c8396f2 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 11:55:43 2022 +0100 Clean tsconfig files commit 746f0427b4c2a4d228c84437918105f2adf9919a Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 11:51:36 2022 +0100 Restructure files commit 8b5b4cdbe224aba664e63712b81bb6f0cbfd57b6 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Fri Nov 25 11:46:06 2022 +0100 Add routes/controllers/services for Connections & Configs commit c72651009c276aad1a474f986d3abfeeda7abc16 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Thu Nov 24 16:30:35 2022 +0100 Refactor commit ecc588739e56b6040052738badaebbea90c0cf35 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Thu Nov 24 16:18:19 2022 +0100 Restart server if db not ready commit 9eea8b5ea4061e60dded992bbc5088bdd71f131f Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Thu Nov 24 16:14:34 2022 +0100 Run Docker successfully commit 7959701eb22cd19d5b21ab7a110d2200b5bf82ee Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Thu Nov 24 15:53:14 2022 +0100 Refactor Integration model commit daab93c506fbff62d48a6c59b3770e0a8bce1773 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Thu Nov 24 15:11:00 2022 +0100 Refactor server commit 4f9bda9fdbf1da84b2375344c18b981160aa20d6 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Thu Nov 24 14:32:37 2022 +0100 Successful test of OAuth 1 and 2 commit cdc58987737ed29ad11ab89ce32fe2bd5b9314a2 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Wed Nov 23 22:22:41 2022 +0100 Run successfully commit 4c91c9c85d62a6e985c30661e2d11e277d480f8e Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Wed Nov 23 21:45:50 2022 +0100 DB support + models + restructure commit e03b92a9b8053f774c09525a6cec49aa2c9b8ce4 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Wed Nov 23 15:15:07 2022 +0100 Fix all errors commit 005ab3f34a3ebdc11c01d90d3f5e3d517e036f3f Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Wed Nov 23 11:28:26 2022 +0100 Add new Oauth code commit 94c33f947e0e9658d493d467ba24cc6aca4e4cd0 Author: Bastien Beurier <bastienbeurier@gmail.com> Date: Wed Nov 23 10:38:07 2022 +0100 Initial setup for Pizzly 0.3.0 | 3 年前 | |
chore(release): 0.71.7 | 3 天前 | |
feat(frontend): add sourcemaps to frontend package (#3212) <!-- Describe the problem and your solution --> The Nango frontend package does not export sourcemaps. When compiling my frontend using `bun`, I received the following warnings: ``` Compiled with warnings. Failed to parse source map from '/Users/izak/personal/vigilant/vigilant/dashboard/node_modules/@nangohq/frontend/dist/connectUI.js.map' file: Error: ENOENT: no such file or directory, open '/Users/izak/personal/vigilant/vigilant/dashboard/node_modules/@nangohq/frontend/dist/connectUI.js.map' Failed to parse source map from '/Users/izak/personal/vigilant/vigilant/dashboard/node_modules/@nangohq/frontend/dist/index.js.map' file: Error: ENOENT: no such file or directory, open '/Users/izak/personal/vigilant/vigilant/dashboard/node_modules/@nangohq/frontend/dist/index.js.map' Failed to parse source map from '/Users/izak/personal/vigilant/vigilant/dashboard/node_modules/@nangohq/frontend/dist/types.js.map' file: Error: ENOENT: no such file or directory, open '/Users/izak/personal/vigilant/vigilant/dashboard/node_modules/@nangohq/frontend/dist/types.js.map' Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. ``` The fix is to add sourcemap exports when packaging the frontend library. <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) --> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 1 个月前 | ||
| 3 年前 | ||
| 3 天前 | ||
| 1 年前 |