supabase / gotrue-dart

A dart client library for GoTrue.
MIT License
46 stars 37 forks source link

feat: add false_secrets to pubspec to be able to bypass leak detection #64

Closed dshukertjr closed 2 years ago

dshukertjr commented 2 years ago

It seems like the pub.dev started detecting potential leaks of secrets. The leak detection detected the following line from infra/docker-compose.yml as leak of secret, and in order to publish a package, I had to add false_secrets to pubspek.yml file.

GOTRUE_EXTERNAL_GOOGLE_CLIENT_ID: 53566906701-bmhc1ndue7hild39575gkpimhs06b7ds.apps.googleusercontent.com

https://dart.dev/tools/pub/pubspec#false_secrets

DanMossa commented 2 years ago

Very nice!