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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -