
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@affixapi/integrator
Advanced tools
[](https://github.com/affixapi/integrator/actions/workflows/release.yml) []
Deploy a self-contained service that integrates with the Affix API within your infrastructure.
Affix API follows the OAuth 2.1 specification, which makes integrating as standardised as possible; this does require you coding to our API.
We also offer a no-code solution where we can drop the extracts over SFTP or AWS S3.
Somewhere inbetween is this service, which you can deploy to your cloud and does most of the integration for you.
git clone git@github.com:affixapi/integrator.git && cd integrator
docker compose up
The service is now running @ localhost:8080
docker pull ghcr.io/affixapi/integrator:latest
docker run --rm -it \
--env-file .env \
-e DB_CXN_STR=postgres://postgres:affixapi@postgres:5432/affixapi \
-p 8080:8080 \
integrator:latest \
--name integrator \
npm start
The service is now running @ localhost:8080
export CLIENT_ID=''
export CLIENT_SECRET=''
export REDIRECT_URI='http://localhost:8080/callback'
export NODE_ENV=dev
export HOST=0.0.0.0 # interface the node server listens on. either `0.0.0.0` (for server running in docker or accepting non-local traffic) or `localhost` (for local testing)
export PORT=8080
export DB_CXN_STR='postgres://your-username:your-password@your-postgres-host:5432/affixapi' # if not using the postgres docker container
export POSTGRES_PASSWORD='your-postgres-password' # if launched via docker-compose only
npm install
dev-resources/run-db # or configure your own DB with the DB_CXN_STR env var
npm run dev
docker pull ghcr.io/affixapi/integrator:latest
# make sure to set the DB_CXN_STR env var the `.env` file
docker compose up
git clone git@github.com:affixapi/integrator.git && cd integrator
npm ci --production
# make sure to set the DB_CXN_STR env var
npm start
You will need to deploy this within your production environment.
Two options:
In AWS speak, set up an Application Load Balancer (ALB), forward port 80 to port 443, and forward port 443 to either an EC2 box hosting the service, or one of the many AWS services (AWS Fargate, etc) that can host a docker container
FAQs
[](https://github.com/affixapi/integrator/actions/workflows/release.yml) []
The npm package @affixapi/integrator receives a total of 21 weekly downloads. As such, @affixapi/integrator popularity was classified as not popular.
We found that @affixapi/integrator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.