
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
xtuple-todo-example
Advanced tools
Node Application to work with xTuple REST services.
Before you can use this client with xTuple's OAuth 2.0 Server, you need to install the OAuth 2.0 extension in your xTuple application and create a reference for a new OAuth 2.0 Client. Be sure to select a "Client Type" of "Service Account" and ensure that "Delegated Access" is checked. This will generate a private key and give you all the other information that you will need to connect to the xTuple REST API.
Clone this repository and run npm install
To start the application, run node app.js
Navigate to http://localhost:3000 in your browser
Convert your key.p12 file to key.pem and copy it to the keys folder:
openssl pkcs12 -in keys/key.p12 -nocerts -nodes | openssl rsa -out keys/key.pem
Enter Import Password: 'notasecret'
cp sample.env .env
Open the .env file and change the information to match what was provided by the xTuple OAuth 2.0 extension.
Copyright (c) 2012-2013 xTuple http://www.xtuple.com/
FAQs
ToDos Application using xTuple REST Api
The npm package xtuple-todo-example receives a total of 5 weekly downloads. As such, xtuple-todo-example popularity was classified as not popular.
We found that xtuple-todo-example demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.