flutter_cognito_plugin icon indicating copy to clipboard operation
flutter_cognito_plugin copied to clipboard

Disable logs to logcat

Open OrgesKreka opened this issue 5 years ago • 1 comments

I having a problem with security requirements of my app, because any time i call the signIn method the user credentials are logged by invoke method in debug console and in android logcat. Is there any way to disable this behavior, because it is preventing my release.

This is an example of what is shown: PluginScaffold D invoke { channel: com.pycampers.flutter_cognito_plugin, method: signIn(), args: {password=PASSWORD123, username=USERNAME} }

OrgesKreka avatar Oct 23 '20 16:10 OrgesKreka

Having the same issue here, any update on this?

mario-neb avatar Oct 23 '20 21:10 mario-neb