-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Describe the Bug
Status bar shows 'Security key: not saved' after key saved. Even when using code signed app to enable the local secure storage (macos), key saved status is still not saved.
To Reproduce
flutter run --debug -d macos --flavor dev
After entering encryption key, console shows
flutter: Security key saved
but status bar shows key not saved.
OR
flutter run --debug -d [ios sim id]
Then login.
If you're running without the necessary local secure storage entitlement for saving key, it may show (depending on platform):
Solid Authenticate Failed: PlatformException(Unexpected security result code, Code: -34018, Message: A required entitlement isn't present., -34018, null)
Context
Where has the issue been observed:
- Android
- Chrome
- iOS
- Linux
- macOS
- Web
- Windows
[Add any other context about the problem here.]
App Version: notepod 0.3.1
Flutter Version: 3.38.5
Closing Criteria
Checklist for closing the issue:
- No errors from
make prep - All tests pass
make qtest - Security key status should be correct
- Testing on each platform using physical devices:
- macos
- ios physical
- android physical
- windows
- linux
- web
Metadata
Metadata
Assignees
Labels
No labels