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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I am wondering if it is a bug? It seems like that this helper only supports one serviceId. If there are multiple serviceIds, only the first account can be migrated because XamarinAuthAccountStoreMigrated has been set to 1 when migrating the others.
Version
nuget version =
component version =
sample
Expected behaviour
The helper should support multiple accounts.
Actual behaviour
To fix it, we can include the serviceId in the key, such as:
Xamarin.Auth Issue
I checked the code of
SecureStorageAccountStore
here: https://github.com/xamarin/Xamarin.Auth/wiki/Migrating-from-AccountStore-to-Xamarin.Essentials-SecureStorageI am wondering if it is a bug? It seems like that this helper only supports one serviceId. If there are multiple serviceIds, only the first account can be migrated because
XamarinAuthAccountStoreMigrated
has been set to1
when migrating the others.Version
Expected behaviour
The helper should support multiple accounts.
Actual behaviour
To fix it, we can include the
serviceId
in the key, such as:The text was updated successfully, but these errors were encountered: