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

[KeyStore] iOS Logic #161

Merged
merged 12 commits into from
Aug 20, 2024
Merged

[KeyStore] iOS Logic #161

merged 12 commits into from
Aug 20, 2024

Conversation

8954sood
Copy link
Member

@8954sood 8954sood commented Aug 17, 2024

Overview (Required)

  • On the iOS side, CryptoKit and KeyChain were used to create, store, and use encryption keys.
    Test Code was created, but it didn't actually work. The reason was that I used KeyChain, so I couldn't find the keychain even if I wrote it, so I couldn't pass it in the simulator.
  • We left the existing KeyStore exclusively for Android and let DataStore store id, pw, and token as KeyChain in an iOS environment instead.

Issue

@8954sood 8954sood added the enhancement New feature or request label Aug 17, 2024
@8954sood 8954sood self-assigned this Aug 17, 2024
@8954sood 8954sood requested a review from wnsgur1 August 17, 2024 03:09
@8954sood 8954sood requested a review from wsi1212 August 19, 2024 12:43
@8954sood 8954sood merged commit dba521f into develop Aug 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[KeyStore] Create iOS Logic
3 participants