-
### Description
If I set a value in the SecureStorage `await SecureStorage.SetAsync("TestKey", "TestValue")` during the first app startup, and then return the value `await SecureStorage.GetAsync("Tes…
-
When using Hive in the web version, I encounter an issue in the following scenario.
The problem arises when the security key changes in the middle of using secureStorage, resulting in the error "In…
-
On a beautiful day, I received this token, and it seems that it caused my app to crash. To be more precise, I tried to catch the error, so it didn't take the main key, causing the session to log out. …
-
### Description
When invoking SecureStorage.GetAsync in App.Xaml.cs in the constructor. This method will NEVER return. No exception thrown, it just never returns.
It works fine in Windows and and iO…
-
on certain android devices, clearing cache & data corrupts the apps Database
https://stackoverflow.com/questions/55665337/keystoreexception-signature-mac-verification-failed-when-trying-to-decrypt
…
-
### Description
MAUI allows you to create a Class Library / Nuget Package and it also allows you to create a Multiplatform app but what if you create a library that you want to use with the multiplat…
-
### Description
Welll is not working on Mac
I have try to add entitlements.plits in MacCatalyst folder
Didnt help...
How to use
SecureStorage.SetAsync,
and
SecureStorage.Ge…
-
secure storage crashes with the message on MacOS:
```
PlatformException(Unexpected security result code, Code: -34018, Message: A required entitlement isn't present., -34018, null)
```
It works …
-
## Summary
At the [2022-01-06 meeting](https://github.com/w3c/webextensions/blob/main/_minutes/2022-01-06-wecg.md), I mentioned 1Password's interest in proposing a new API to store data in hardware…
-
### Description
Currently, we can only set a string value to the SecureStorage but many times we want to set a true/false without having to Convert it every time just to get the bool from the string.…