Replies: 1 comment 2 replies
-
If you want Avalonia specifically, there is the official Github credential manager which can probably be used for some inspiration for making your own. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to implement .NET MAUI SecureStorage for Cross-Platform Secrets Management without setting up an AvaloniaMauiHybrid project? See this link for reference.
Maybe there are other solutions out there?
Edit:
For mobile (Android, iOS) I found Xamarin.Essentials and the SecureStorage class therein
For desktop (Windows, macOS, Linux) I found keychain via KeySharp but have not tested them yet
Beta Was this translation helpful? Give feedback.
All reactions