sifatul / codies

An open source project to track profiles of developers and show their info in a single page so that recruiters/peer developers do not have to visit many different platform
https://find-profile.vercel.app/
MIT License
15 stars 14 forks source link

add git developer OAuth client Id and secret in header when calling github api #52

Closed fazlerabby07 closed 2 years ago

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @sifatul on Vercel.

@sifatul first needs to authorize it.

sifatul commented 2 years ago

@fazlerabby07 it looks unsafe as headers will be exposed in browser and header contains secret values. is it the best way to do?

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
find-profile ✅ Ready (Inspect) Visit Preview Aug 23, 2022 at 4:40AM (UTC)
fazlerabby07 commented 2 years ago

@sifatul fix the headers when we call github api. now we convert the github clinet and secret into base64 string.