aalok05 / CodeHub

A UWP GitHub Client
MIT License
177 stars 35 forks source link

You should not upload app secret #137

Closed 0x5bfa closed 2 months ago

0x5bfa commented 2 years ago

Desctiption

You, owner @aalok05 , has uploaded your app key and app secret. Most open source apps that use app secret add this to .gitignore(or dont stage this) and encourage users who cloned the repo including this to add it themselves like this app (youtube api) or this app (github api).

Current behavior and expected behavior

Uploading app secret may cause unauthorized use. so disable this app secret(or regenerate one) and add app.config to .gitignore.