I have a question about the SecureStorageItemTypes
in the SpeziStorage
library.
#60
-
DescriptionI'm looking at the internal components of the library and have a question. public static let credentials: SecureStorageItemTypes = [.serverCredentials, .serverCredentials] The code should look something like this? public static let credentials: SecureStorageItemTypes = [.serverCredentials, .nonServerCredentials] or public static let credentials: SecureStorageItemTypes = [.serverCredentials] Contact Information and Additional ContextCode of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@chorim Thank you for raising this issue. You are correct; that's an issue in the library. I added this fix to StanfordSpezi/SpeziStorage#22. Feel free to use GitHub issues as a great way to report bugs and issues that you encounter in our different models! |
Beta Was this translation helpful? Give feedback.
@chorim Thank you for raising this issue. You are correct; that's an issue in the library. I added this fix to StanfordSpezi/SpeziStorage#22.
Feel free to use GitHub issues as a great way to report bugs and issues that you encounter in our different models!
Feel free to use the Show and Tell GitHub Discussions section to share your projects that use Spezi!