simplyjuanc / SoundHarbor

https://sound-harbor.vercel.app
1 stars 2 forks source link

Discogs Oauth #7

Open simplyjuanc opened 7 months ago

simplyjuanc commented 7 months ago

A successful request will return a response that contains an OAuth access token (oauth_token) and an OAuth access token secret (oauth_token_secret). These tokens do not expire (unless the user revokes access from your app), so you should store these tokens in a database or persistent storage to make future requests signed with OAuth. All requests that require OAuth will require these two tokens to be sent in the request.

simplyjuanc commented 7 months ago