OAuth: Storing Access Token and Secret

前端 未结 4 1089
野性不改
野性不改 2020-12-30 01:54

We have a number of clients that use our API to power their websites.

I have started a conversation at work about using OAuth to make authenticated API Calls. We wi

4条回答
  •  我在风中等你
    2020-12-30 02:12

    I had the same problem when I implemented 3-legged oauth. I took my application online on Google App Engine & used Google DataStore for storing Access Tokens.

    However, the quota is mentions here for storing data & throwing queries ! It is the only limitation while using Google App Engine !

提交回复
热议问题