You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am new to mobile development, sorry if I ask a dumb question.
From my understanding saving consumer secret in app is a bad practice, do you have any recommendation on securely passing the secret to the WooCommerce() constructor without saving it in the app?
The text was updated successfully, but these errors were encountered:
jjteoh-pingspace
changed the title
Security on saving consumer secret in app
Security concern on saving consumer secret in app
Aug 24, 2021
@jjteoh-pingspace you can use environment variables to store your secrets and then use a package such as flutter_dotenv to read them and pass to the constructor.
Hi I am new to mobile development, sorry if I ask a dumb question.
From my understanding saving consumer secret in app is a bad practice, do you have any recommendation on securely passing the secret to the
WooCommerce()
constructor without saving it in the app?The text was updated successfully, but these errors were encountered: