dropbox-authenticator
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -114,6 +114,5 @@ // | ||
token: parsed.oauth_token, | ||
token_secret: parsed.oauth_token_secret | ||
token_secret: parsed.oauth_token_secret, | ||
uid: parsed.uid | ||
}; | ||
// @TODO: Look for user id. | ||
//console.log(parsed, credentials); | ||
@@ -120,0 +119,0 @@ fn(undefined, credentials); |
{ "name": "dropbox-authenticator", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Easily obtain OAuth credentials for the Dropbox API.", | ||
@@ -4,0 +4,0 @@ "main": "authenticator.js", |
@@ -8,3 +8,3 @@ Dropbox Authenticator | ||
`$ npm install dropbox-authentixator` | ||
`$ npm install dropbox-authenticator` | ||
@@ -56,2 +56,8 @@ # Usage | ||
Note that this fails if many users access the server simultaneously. This is | ||
because `Authenticator` needs to store some tokens internally between each | ||
step. I'm thinking about a fix for this. In the mean time I recommend doing | ||
some kind of session thing and tying one instance of `Authenticator` to each | ||
session. | ||
# License | ||
@@ -58,0 +64,0 @@ |
7667
65
186