How should I deal with APP_KEY and APP_SECRET (Dropbox API)

后端 未结 3 784
星月不相逢
星月不相逢 2021-01-03 09:49

I\'ve written a simple piece of code using Dropbox API, which implies usage of APP_KEY and APP_SECRET of my app. Let\'s suppose someone wants to use my app too. I create a

3条回答
  •  臣服心动
    2021-01-03 10:28

    You can encode your key using Dropbox API Key Encoder and use dropbox.js to decode it. That way you do not need to expose your secret key

提交回复
热议问题