authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
184 stars 107 forks source link

Fix typo in Flutter to iOS reuse duration parameter name #125

Closed jefmathiot closed 2 months ago

jefmathiot commented 2 months ago

The name of the parameter darwinTouchIDAuthenticationAllowableReuseDurationSeconds on Flutter and Swift sides did not match, leading to the parameter to be ignored.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

hpoul commented 2 months ago

thanks 🙈