An open API service indexing awesome lists of open source software.

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.

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 😔)