Following on from the discussion in: dwyl/auth#277 (comment)
We need to understand if it's possible to do "secrets" in a Flutter App ... π π€·ββοΈ
If we are deploying a Flutter Web App e.g: https://dwylapp.fly.dev/
will any "secret" key that we include in it just be in the main.dart.js
and thus readable by anyone. π
Opening this question as a research topic. π
I would like a definitive answer to this. β
How do Banks that need to protect an API key do it? π€·ββοΈ
Do they have a multi-step handshake process for sharing π€
a session-based one-time key with their Flutter Web App β³
instead of including the an API key in their "bundle" (APK)? π
Following on from the discussion in: dwyl/auth#277 (comment)
We need to understand if it's possible to do "secrets" in a
FlutterApp ... π π€·ββοΈIf we are deploying a
FlutterWebAppe.g: https://dwylapp.fly.dev/will any "secret" key that we include in it just be in the
main.dart.jsand thus readable by anyone. π
Opening this question as a research topic. π
I would like a definitive answer to this. β
How do Banks that need to protect an
API keydo it? π€·ββοΈDo they have a multi-step handshake process for sharing π€
a session-based one-time key with their
Flutter WebApp β³instead of including the an
API keyin their "bundle" (APK)? π