Skip to content

Sfresneda/FDAKeychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDAKeychain

Keychain wrapper for iOS/macOS/watchOS/tvOS/iPadOS, written in Swift 5.8

Installation

Add this SPM dependency to your project:

https://github.com/Sfresneda/FDAKeychain

Usage

import FDAKeychain

let keychain = FDAKeychain()

// Save a value
keychain.set("value", forKey: "key")

// Get a value
let value = keychain.get("key")

// Delete a value
keychain.delete("key")

License

This project is licensed under the Apache License - see the LICENSE file for details

Author

Sergio Fresneda - sfresneda

About

KeychainManager

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages