Skip to content

Conversation

@fgubler
Copy link
Owner

@fgubler fgubler commented Jun 28, 2024

No description provided.

Comment on lines +89 to +94
override fun onAuthenticationSucceeded(result: BiometricPrompt.AuthenticationResult) {
super.onAuthenticationSucceeded(result)
logger.debug("Authentication succeeded: grant access.")
trySendBlocking(AuthenticationStatus.SUCCESS)
channel.close()
}

Check warning

Code scanning / CodeQL

Insecure local authentication

This authentication callback does not use its result for a cryptographic operation.
@fgubler fgubler merged commit 95519fc into master Jul 3, 2024
@fgubler fgubler deleted the feature/biometric-authentication branch October 25, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants