javascript - Issue with callbacks using Expressjs + JWT + Angularjs -
i have project using authentication based on jwt expressjs , angularjs, need use node-dbox in order access dropbox files of users.
the problem comes when try save token of users comes dropbox, example of callback authorization
https://www.dropbox.com/1/oauth/authorize?oauth_token=#{ request_token.oauth_token }
is there way, api built jsonwebtoken module, can know user token comes dropbox save database?
use request_token
access_token
(using dropbox api) use access_token
user id (using dropbox api).
here documentation :
Comments
Post a Comment