
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
xtuple-todo-example
Advanced tools
This is a Todo application using the todomvc framework and the xTuple REST API to provide Todo data.
This application uses React and Backbone on the client and Express on the server.
Before you can use this client with xTuple's OAuth 2.0 Server, you need to 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.
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'
sample.env to a new file called .envOpen the .env file and change the information to match what was provided by the xTuple OAuth 2.0 extension.
Clone this repository and run npm install
Run Bower
npm install bower -g bower install
To start the application, run node app.js
Navigate to http://localhost:3000 in your browser
Copyright (c) 2012-2013 xTuple http://www.xtuple.com/
FAQs
ToDos Application using xTuple REST Api
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 shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.