API key leak solved

This commit is contained in:
2022-05-30 19:51:51 -03:00
parent c9ab154460
commit 0538043260
2 changed files with 5 additions and 2 deletions

View File

@@ -48,3 +48,6 @@ Base URL: [https://open-react-blog-api.herokuapp.com](https://open-react-blog-ap
**Libraries**
- [highlight.js](https://highlightjs.org/)
### Additional
Has been an SDK Keys Leak. Solved.

View File

@@ -8,5 +8,5 @@ module.exports = {
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-zdn6x%40open-react-blog.iam.gserviceaccount.com"
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-5y9ch%40open-react-blog.iam.gserviceaccount.com"
}