CodeHub icon indicating copy to clipboard operation
CodeHub copied to clipboard

You should not upload app secret

Open 0x5bfa opened this issue 4 years ago • 0 comments

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.

0x5bfa avatar Jan 04 '22 13:01 0x5bfa