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

support for multiple accounts for a single ServiceId #2

Open
InquisitorJax opened this issue Mar 6, 2018 · 2 comments
Open

support for multiple accounts for a single ServiceId #2

InquisitorJax opened this issue Mar 6, 2018 · 2 comments

Comments

@InquisitorJax
Copy link

My understanding of the current Xamarin.Auth implementation design is that one can store multiple accounts for a single serviceID.
Do I understand correctly for TinyAccountManager, that you can only store 1 account for a serviceId?

If so, would you consider supporting storing multiple accounts for a single serviceId?
This would imply separating out serviceId from the Account class, and having a FindAccountsForService method.

@dhindrik
Copy link
Collaborator

Hi, sorry for late repsons.

Yes that correct, I had an idea that it would be easier to use in that way while its not so often you having multiple accounts in an app.

Is that something that you will use often?

@InquisitorJax
Copy link
Author

I think multiple accounts is something more common to enterprise apps. For now, we're happy to be using a "only-one-account-at-a-time" strategy... but I have worked on apps that require maintaining multiple accounts concurrently.
From my side, this is not something that is a current requirement - just wanted to throw it out there, as I've worked on apps where it would be.

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

No branches or pull requests

2 participants