
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
my613-api is a multi-tenant, hosted GraphQL database solution converts a JSON based schema into a GraphQL API in addition to creating a database storage (MongoDB or RethinkDB) underneath.
GraphQL API is fully Relay compatible and contains CRUD operations as entry points.
Input is Relay-aware and declarative.
Additionally, my613-api provides Social Login with 5 providers (Auth0, Facebook, Google, Twitter and Github).
Functionality of my613-api can be extended by configuring hooks that call external web services.
It also provides a rich permission system based on defining graph paths to the user type.
my613-api was designed with scalability in mind, but so far doesn't have many possible performance improving tools, like e.g. cache or query optimizations.
Install MongoDB and optionally RethinkDB
Install dependencies
npm install
Run tests
npm test
Create admin app
npm run create-admin-app admin.localhost.planeight.com
Create a test app (localhost)
npm run create-app
Run server
npm start
You can login into GraphiQL by passing the admin token in the token query
string argument:
http://localhost:5000/?token=<YOUR_TOKEN>
FAQs
my613-api
We found that my613-api 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.