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
Is there any support for providing tokens for multiple Omniauth providers? I'd like to be able to authenticate a current user using one strategy, but then authenticate the same user using a different strategy, and link the two accounts.
This would be fairly easy in a regular application because you could just store each user in the session separately, but I'm absolutely stumped on how to pass a token into DTA from the current session while hitting the auth endpoints for the other provider.
The text was updated successfully, but these errors were encountered:
Is there any support for providing tokens for multiple Omniauth providers? I'd like to be able to authenticate a current user using one strategy, but then authenticate the same user using a different strategy, and link the two accounts.
This would be fairly easy in a regular application because you could just store each user in the session separately, but I'm absolutely stumped on how to pass a token into DTA from the current session while hitting the auth endpoints for the other provider.
The text was updated successfully, but these errors were encountered: