bartve / disconnect

An easy to use Node.js client with OAuth support to connect with the discogs.com API v2.0
MIT License
458 stars 79 forks source link

new entry in my discogs setting: Authorized Applications on every /authorize #33

Closed ghost closed 7 years ago

ghost commented 7 years ago

Question, need help.

On every new and correct /authorize I get a new entry in my discogs setting: Authorized Applications. Test three times, get three entries in my Authorized Applications. Is this normal?

bartve commented 7 years ago

I'm no OAuth expert, but it seems normal to me as each time you do a new /authorize you get granted a new access key from Discogs while the previous one is still valid.

ghost commented 7 years ago

To revoke my "Authorized Applications" I have to [revoke] it using my User/Settings/appications form?

The token from /authorize is here use as access_key Revoke my Application in my settings/applications. The form POST something like his to remove: https://www.discogs.com/oauth/revoke?access_key=lkZzRqeVAtqwZrdJEULWNlWKrGaJdvxOicpjJVCb

Is there any API way to do this?

bartve commented 7 years ago

No API way as far as I know.

ghost commented 7 years ago

Thanks. Hope discogs will add something like that in the future.