Skip to content

authenticate() always returns true after first successful biometric verification on macOS #8

Description

@subinsv

Steps to reproduce:

  • Initialize FlutterLocalAuthentication
  • Call authenticate method
  • Biometric popup will be shown
  • Provide the correct biometric
  • authenticate method will return true [This is expected]
  • Now call authenticate again
  • This will immediately return true [This is not expected]

What I tried:

  • Setting setTouchIDAuthenticationAllowableReuseDuration to "0" or any other value has no effect on this behaviour

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions