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

Storing multiple user credentials #696

Open
GMolini opened this issue Feb 28, 2023 · 1 comment
Open

Storing multiple user credentials #696

GMolini opened this issue Feb 28, 2023 · 1 comment

Comments

@GMolini
Copy link

GMolini commented Feb 28, 2023

Hi, my issue its more of a question than a bug. Is it possible to have a user authenticate with multiple accounts, and then be able to retrieve those credentials?

Example: I want a user to be able to have signed in with both accountA and accountB, and be able to automatically choose the credentials for him without requiring him to log out log in again each time.

Thanks!

@websanova
Copy link
Owner

The plugin itself does not support this, though it's just all simple http requests. It could likely be done with parseUserData override to store the different users by idea somewhere. And then a custom http driver for the tokens.

Though, depends on what you're trying to do and how other requests would get sent, etc.

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