Retrieving Secret
s in 5.0.0
#182
Answered
by
sbertix
mehroozkhan
asked this question in
Q&A
-
Hi , I update the library, but now I can't access secret, can you please help, I use to get secret like this :
this is to check if user is already login. but with the update its giving me an error: can't find keychainstorage in scope |
Beta Was this translation helpful? Give feedback.
Answered by
sbertix
May 6, 2021
Replies: 1 comment 15 replies
-
Hey @mehroozkhan, You can either import ComposableStorageCrypto or use the new authentication flow. let secret = try? Authenticator.keychain.secrets.get().first Check out the Followers example to see more use cases. |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
sbertix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mehroozkhan,
You can either import ComposableStorageCrypto or use the new authentication flow.
Check out the Followers example to see more use cases.