Closed bobdos closed 6 years ago
@bobdos Actually there is no way to reset that client secret, we may have a button in future to do that. What's the issue with your current client secret?
Hi, @bonustrack
As our client secret is leak to public at some point, how to fix this problem ?
@bobdos If this happen you can contact us in discord https://discordapp.com/invite/G95rNZs
About the implementation here is what we can do:
Are you sure you want to reset your current client secret?
/api/apps/@client_id/reset-secret
/routes/apps.js
and working similary than edit an app, user is authenticated and client_secret is updated to the related client_id. We need to make that the update sql request select the user as app owner (https://github.com/steemit/steemconnect/blob/master/routes/apps.js#L101-L104)Closed by #253
Is there a way to reset the client secret key of an app which is created by myself ?
Right now I did not find any button or action to achieve the goal above. There is only a "revoke" button in the edit app page to revoke all users who use the app, but no place for the app creator to reset the client secret key ...
Please help. Many thanks.