Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nangohq/action

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nangohq/action - npm Package Versions

2

0.2.1

Diff

Changelog

Source

[v0.2.1] - 2021-05-12

Added

  • Add env.example
  • Build with webpack
  • Add postgresql by @cfabianski
  • Add knex by @cfabianski
  • Add procfile
  • Add ts node for deployment
  • Persist session
  • Add more logging by @cfabianski
  • Add authentications by @cfabianski
  • Store result from authentication by @cfabianski
  • Add authId by @cfabianski
  • Add save-setup and retrieve-setup by @cfabianski
  • Add timestamps to configurations by @cfabianski
  • Add setupId by @cfabianski
  • Allow user to provide it's own callback url by @Frenchcooc
  • Prepare README structure by @Frenchcooc
  • Add dashboard views by @Frenchcooc
  • Passing API config to frontend by @Frenchcooc
  • Link users view to database by @Frenchcooc
  • Link dashboard to database by @Frenchcooc
  • Add images to the integrations - WIP using Clearbit by @Frenchcooc
  • Handle errors on the dashboard by @Frenchcooc
  • Api endpoints by @Frenchcooc
  • Add deletion actions on the dashboard by @Frenchcooc
  • Updating JS client to Pizzly by @Frenchcooc
  • Adding first batch of tests by @Frenchcooc
  • Add integration methods by @Frenchcooc
  • Handle proxy requests by @Frenchcooc
  • Update Pizzly's main config files by @Frenchcooc
  • Improve common page (home, errors, etc.) by @Frenchcooc
  • Click&go connect button by @Frenchcooc
  • Introduce a 'prepare' script by @Frenchcooc
  • Secure access to the dashboard by @Frenchcooc
  • Improve how the errors from the API are returned by @Frenchcooc
  • Secure access to the API using a secret key by @Frenchcooc
  • Improve API errors on unauthenticated requests by @Frenchcooc
  • Proxy feature unauthentificated requests by @Frenchcooc
  • Support of proxy requests for OAuth2 by @Frenchcooc
  • Handle passing body content in the proxy request by @Frenchcooc
  • Secure access to auth and proxy by @Frenchcooc
  • New route on the API to retrieve an integration's config by @Frenchcooc
  • Handle errors on the API with PizzlyError by @Frenchcooc
  • Option to limit frontend call to the proxy service by @Frenchcooc
  • Save setup id with a successful authentication by @Frenchcooc
  • Add publishable key to pizzly js by @Frenchcooc
  • Publish pizzly js by @Frenchcooc
  • Update version with request authentication by @Frenchcooc
  • Review README by @Frenchcooc
  • Review images by @Frenchcooc
  • Handle summary by @Frenchcooc
  • Add license by @Frenchcooc
  • Update images by @Frenchcooc
  • Update images by @Frenchcooc
  • Reduce logo width by @Frenchcooc
  • Handle supported APIs by @Frenchcooc
  • Handle token refreshness for OAuth2 by @Frenchcooc
  • Add favicon (#33) by @Frenchcooc
  • Support of Pizzly initialization with a string (#36) by @Frenchcooc
  • Reduce the amount of environment for Heroku (#39) by @Frenchcooc
  • Add dev command
  • Add logger
  • Add option to enable Bearer.sh (#44) by @Frenchcooc
  • Add views directory to the docker image (#61) by @Hagbarth
  • Added integration file for google hangouts (#152) by @dopecodez
  • New pizzly-js release by @Frenchcooc
  • Drift.com-integration (#155) (#163) by @lukas-mertens
  • Add HSTS header (#159) by @Frenchcooc
  • Enable telemetry data (#169) by @Frenchcooc
  • Prepare product hunt (#170) by @Frenchcooc
  • Add a try this authId link (#171) by @Frenchcooc
  • Improve error message on token refreshness (#176) by @Frenchcooc

Changed

  • Update dependencies by @cfabianski
  • Dev commands
  • Get rid of webpack for server
  • Move integrations out of src
  • Knex migrations
  • Disable migration temporarily
  • Re enable migrations
  • Enless command
  • Providfe mode
  • Use correct location
  • Clean up by @cfabianski
  • Removing some old code by @Frenchcooc
  • Remove ts-node dependency by @Frenchcooc
  • Split api/dashboard/auth/proxy into differents routers by @Frenchcooc
  • Clean routes accross each feature by @Frenchcooc
  • Group all things DB in this file by @Frenchcooc
  • Moved src/views to views/ by @Frenchcooc
  • Uses ejs as template engine by @Frenchcooc
  • Remove tslint for now by @Frenchcooc
  • Cleanup exressp's app generator by @Frenchcooc
  • Nasty credentials by @Frenchcooc
  • Moved clients/ under the auth/ directory by @Frenchcooc
  • Review JS client README by @Frenchcooc
  • Migrate some views by @Frenchcooc
  • Remove logs by @Frenchcooc
  • Cleanup following updates to the JS client by @Frenchcooc
  • Moving auth directory to new legacy dir by @Frenchcooc
  • Moving functions dir to new legacy dir by @Frenchcooc
  • Moving middleware dir to new legacy dir by @Frenchcooc
  • Moving api-config dir to new legacy dir by @Frenchcooc
  • Moving functions dir to new legacy dir by @Frenchcooc
  • Revert change to test the connect by @Frenchcooc
  • Ease onboarding with low config by @Frenchcooc
  • Migration of user_attributes to payload by @Frenchcooc
  • Migration of clientID to clientId by @Frenchcooc
  • Migration of config.setup to config.credentials by @Frenchcooc
  • Moved error-handler to legacy directory by @Frenchcooc
  • How we handle global errors by @Frenchcooc
  • Reduce global middlewares by @Frenchcooc
  • Improve comments on the access library by @Frenchcooc
  • Remove API reference from README, now in the wiki by @Frenchcooc
  • Rename credentials to configurations by @Frenchcooc
  • Use of configurations where appropriate by @Frenchcooc
  • Rename dashboard user/password by @Frenchcooc
  • Upgrade typescript and fix tests
  • : use pipe whenever it is possible
  • Update link by @Frenchcooc
  • (deps) Bump lodash in /src/clients/javascript (#81) by @dependabot[bot]
  • (deps) Bump lodash from 4.17.15 to 4.17.19 in /src/clients/node (#82) by @dependabot[bot]
  • Pull-request template by @Frenchcooc
  • Pull-request template in the right directory by @Frenchcooc
  • (deps) Bump node-fetch from 2.6.0 to 2.6.1 in /src/clients/node (#94) by @dependabot[bot]
  • (deps-dev) Bump node-fetch from 2.6.0 to 2.6.1 (#95) by @dependabot[bot]
  • Link to demo app by @Frenchcooc
  • Update PR template (#160) by @Frenchcooc
  • Adding Monday.com integration (#167) by @picsoung
  • Adding fitbit.com integration (#172) by @smartbase-de
  • Splitwise integration (#188) by @nosvalds
  • Invalid Google cloud URL (#202) by @mikamboo

Fixed

  • Remove legacy files
  • Build server
  • Remvoe legacy references
  • Fix render enndine
  • Views path
  • Bring back auth id
  • Fix app.json by @cfabianski
  • Use config foler
  • Fix dependencies
  • Test unsecure
  • Set secure to true by @cfabianski
  • SaveUnitialized by @cfabianski
  • Use ejs instead of mustache by @cfabianski
  • Get rid of aliasBuid by @cfabianski
  • Include json files by @cfabianski
  • Trigger build by @cfabianski
  • Log getAuth by @cfabianski
  • Clean up by @cfabianski
  • Reduce pool setup by @cfabianski
  • Update pool config for db by @cfabianski
  • Share connections by @cfabianski
  • Trigger build by @cfabianski
  • Fix fetchAuthDetails by @cfabianski
  • Reuse db connection by @cfabianski
  • Fix validator by @cfabianski
  • Fix scopes by @cfabianski
  • Fix tests by @cfabianski
  • Update slack scope by @cfabianski
  • Fix setupId by @cfabianski
  • Fix setupdetails by @cfabianski
  • Fix oauth2 by @cfabianski
  • Fix storage by @cfabianski
  • Fix migrations by @cfabianski
  • Fix migration by @cfabianski
  • Update URL with new Pizzly repo by @Frenchcooc
  • Use of legacy proxy code to provide proxy endpoint (for now) by @Frenchcooc
  • Set logo dimensions by @Frenchcooc
  • Using cp temporary to copy more views by @Frenchcooc
  • Removing vhost - we don't use it anymore by @Frenchcooc
  • Use new callback URl per default by @Frenchcooc
  • Plus icon to add an API by @Frenchcooc
  • Some issue following migration by @Frenchcooc
  • Remove Axios from type definition by @Frenchcooc
  • Handle edge case with the auth process by @Frenchcooc
  • Issue with credentials rendering by @Frenchcooc
  • Auth by forcing a callbackUrl by @Frenchcooc
  • UX fixes by @Frenchcooc
  • Handle unauthorized errors (401) by @Frenchcooc
  • Remove access management on /auth by @Frenchcooc
  • Update README by @Frenchcooc
  • Minimize summary by @Frenchcooc
  • Minimize summary by @Frenchcooc
  • Try to use local images by @Frenchcooc
  • Minor typo by @Frenchcooc
  • A few more relative links by @Frenchcooc
  • Headings by @Frenchcooc
  • Finish renaming of .credential to .configuration (#32) by @Frenchcooc
  • Issue when the setupId is unknown (#34) by @Frenchcooc
  • Issue with setupId by @Frenchcooc
  • Support multiple scopes (one per line) (#42) by @Frenchcooc
  • Fix test config
  • Remove Bearer's callback URL (#46) by @Frenchcooc
  • Enable cors on proxy (#48) by @Frenchcooc
  • No-default scope on integrations (#49) by @Frenchcooc
  • Hotfix on configuration auth properties by @Frenchcooc
  • Hotfix on req.data.integration renaming by @Frenchcooc
  • Typos (#54) by @Frenchcooc
  • Open port locally
  • Force publish change to pizzly-js by @Frenchcooc
  • Remove project link + version (#149) by @Frenchcooc
  • Handle param options (#154) by @Hagbarth
  • Update Zendesk Chat configuration file (#161) by @Frenchcooc
  • APIs using client_credentials as grant type (#165) by @Frenchcooc
<!-- generated by git-cliff -->
rguldener
published 0.2.0 •

bastienatnango
published 0.1.14 •

bastienatnango
published 0.1.13 •

bastienatnango
published 0.1.12 •

bastienatnango
published 0.1.11 •

bastienatnango
published 0.1.10 •

bastienatnango
published 0.1.9 •

bastienatnango
published 0.1.8 •

bastienatnango
published 0.1.7 •

2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc