https://github.com/julianalonso/securestorage
Swift keychain abstraction. Easy to use.
https://github.com/julianalonso/securestorage
easy-to-use keychain-access keychain-api keychain-wrapper swift
Last synced: 9 months ago
JSON representation
Swift keychain abstraction. Easy to use.
- Host: GitHub
- URL: https://github.com/julianalonso/securestorage
- Owner: JulianAlonso
- License: mit
- Created: 2018-05-21T11:35:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T11:36:47.000Z (about 8 years ago)
- Last Synced: 2025-01-08T02:17:31.944Z (over 1 year ago)
- Topics: easy-to-use, keychain-access, keychain-api, keychain-wrapper, swift
- Language: Swift
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SECURE STORAGE
Secure storage its a protocol and swift implementation to abstract of swift keychain, storing objects that implements SecureStorable (Protocol over Codable).
## Simply usage.
You only need to call `set` with the value to store and a key.
To get an object you need to call `get` with the key. Thanks to swift infering types, your object will be the type object that you has stored before.
If you want to clear the keychain you must call `clear()` function.
## LICENSE
See license file
## AUTHOR
Julian Alonso (Secure storage access extracted from other library. I don't remember wich 😔)