Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardized way of injecting secrets #83

Open
johsoe opened this issue Nov 7, 2022 · 2 comments
Open

Standardized way of injecting secrets #83

johsoe opened this issue Nov 7, 2022 · 2 comments

Comments

@johsoe
Copy link
Contributor

johsoe commented Nov 7, 2022

Potential candidates for this

flutter_dotenv

@hassan-saleh-ml
Copy link
Contributor

I think this raises a security issue if we're planning on adding sensitive data to the .env file because the .env will be included in the app bundle.

However it's still better than adding the secrets to the code itself, because now production secrets will be hidden from devs.

The ultimate solution would be not to store secrets on FE at all, and store them on BE instead.

java-james/flutter_dotenv#51 (comment)

@johsoe
Copy link
Contributor Author

johsoe commented Sep 4, 2023

Another candidate proposed by Pritam: https://pub.dev/packages/envied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants