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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: