Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AND-6313 [Biometrics] Fixed keystore master key invalidation #359

Merged
merged 5 commits into from
Mar 12, 2024

Conversation

iiiburnyiii
Copy link
Contributor

No description provided.

@iiiburnyiii iiiburnyiii changed the base branch from develop to release-app_5.8 March 6, 2024 09:19
@iiiburnyiii iiiburnyiii marked this pull request as ready for review March 6, 2024 10:04
get() = requireNotNull(canAuthenticateInternal.value) {
"`canAuthenticate` has not been initialized"
get() {
check(value = biometricsStatus.value != BiometricsStatus.UNINITIALIZED) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

неочевидный чек, в условии видишь проверку на != UNINITIALIZED, а мессадж по результату, что должно быть инвертировано условие

return
}
override fun onPause(owner: LifecycleOwner) {
biometricsStatus.value = BiometricsStatus.UNINITIALIZED
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это не выстрелит выше в чеках, когда например залочен экран и прошло время для запроса биометрии? либо приложение свернуто и также прошли 90сек

Copy link
Contributor Author

@iiiburnyiii iiiburnyiii Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не выстрелит, но место все таки скользкое.
Это изменение состояния будет иметь эффект, только если активити было запущено и её остановили, это не даст запустить авторизацию пока активити не откроют.
А если промпт был открыт, а активити остановили, то он сам закроется и выкинет ошибку.

if (canAuthenticate) {
withContext(Dispatchers.Main) {
authenticateInternal()
if (params.timeout != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

мб вынести в переменную, чтобы !! не вызвать, смотрится почище

BiometricsStatus.UNINITIALIZED -> {
Log.biometric { "Awaiting for the biometrics status to be initialized" }

biometricsStatus.first { it != BiometricsStatus.UNINITIALIZED }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не совсем понял что делает эта строчка

@iiiburnyiii iiiburnyiii force-pushed the bugfix/AND-6313_biometry_fix branch from 9048c92 to 648a5e7 Compare March 7, 2024 07:49
@iiiburnyiii iiiburnyiii merged commit 9520d12 into release-app_5.8 Mar 12, 2024
@iiiburnyiii iiiburnyiii deleted the bugfix/AND-6313_biometry_fix branch March 12, 2024 10:55
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.

4 participants