You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically I want to store multiple data (more precisely 3: accessToken, refreshToken, local storage encryption) in keychain and I'm achieving it by using different service names for each (username, password). Although I think this is very weird and non-intuitive, since in native ios and android libraries we can set different (username,password) without overwriting old ones, but ok.
The problem is: I want to have a different accessControl for one specific username. But I simply can't because when I set it for one username it also set for all other usernames. Is it possible to overcome this with this library?
The text was updated successfully, but these errors were encountered:
Basically I want to store multiple data (more precisely 3: accessToken, refreshToken, local storage encryption) in keychain and I'm achieving it by using different service names for each
(username, password)
. Although I think this is very weird and non-intuitive, since in native ios and android libraries we can set different(username,password)
without overwriting old ones, but ok.The problem is: I want to have a different
accessControl
for one specific username. But I simply can't because when I set it for one username it also set for all other usernames. Is it possible to overcome this with this library?The text was updated successfully, but these errors were encountered: