nodeStorage icon indicating copy to clipboard operation
nodeStorage copied to clipboard

A simple storage system based on Twitter identity implemented in Node.js.

Results 5 nodeStorage issues
Sort by recently updated
recently updated
newest added

I recently discovered that an update was made to this repo affecting migration or updates. I used package.md to guide my efforts, and documented this in the following blog post:...

I installed a fresh copy of nodeStorage with local filesystem (not S3) I went to my homepage http://storage.shll.me:1229/ and did "Sign on Twitter" At this point the nodeStorage app would...

If Twitter answers with a negative reply to the callback endpoint like the following: ``` http://example.org/callbackFromTwitter?redirectUrl=http%3A%2F%2Fexample.org%2F&denied=XXXXX ``` the server connection hangs and the server seems to send no data. (Other...

The nodeStorage server has an endpoint `/httpreadurl` which allows proxying everything through the server where it is installed, which can be a big security problem. This endpoint should be removed...

nodeStorage has an `opensockets` endpoint which allows everyone to see open sockets (connected users) to the server, which can be a huge privacy problem. This endpoint should be removed or...