Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement KeychainKeyManager #17

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Implement KeychainKeyManager #17

merged 1 commit into from
Feb 16, 2024

Conversation

amika-sq
Copy link
Contributor

KeychainKeyManager is a KeyManager that operates on keys stored within the Keychain. This can be used anywhere a KeyManager is used!

Example usage

let keyManager = KeychainKeyManager()
let did = try DIDJWK.create(keyManager: keyManager)

`KeychainKeyManager` is a `KeyManager` that operates on keys stored within the Keychain
@amika-sq amika-sq enabled auto-merge (squash) February 16, 2024 18:26
@amika-sq amika-sq merged commit 14af4ff into main Feb 16, 2024
1 check passed
@amika-sq amika-sq deleted the keychain branch February 16, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant