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
I'm not entirely sure of the behaviour of defaults in this situation... will it update the TwitterService to point at the new user account? This will leave an old and redundant user account in the db if I understand correctly. Maybe that's not a huge issue. If this is the case we should have some kind of callback to allow the user of the library the option of merging data between the user accounts.
Thoughts?
EDIT: Not sure why GFM isn't picking up the synxtax highlighting request.
The text was updated successfully, but these errors were encountered:
Having discussed this a little more in the context of a project I have more discussion to add.
The issue outlined above will happen on any site that allows people to both authorize AND authenticate with social sign ins. My suggestion is we allow the programmer to take some particular action at the time where this error happens. Perhaps there should be some signal that allows a merge or custom logging to take place.
This is certainly an edge case, but it is not totally outside the realms if possibility.
Just opening this up as a place to discuss this issue. I believe it's something that requires a design decision. Consider this scenario:
Perhaps this can solved by changing:
to:
I'm not entirely sure of the behaviour of defaults in this situation... will it update the TwitterService to point at the new user account? This will leave an old and redundant user account in the db if I understand correctly. Maybe that's not a huge issue. If this is the case we should have some kind of callback to allow the user of the library the option of merging data between the user accounts.
Thoughts?
EDIT: Not sure why GFM isn't picking up the synxtax highlighting request.
The text was updated successfully, but these errors were encountered: