Details
-
Type:
Enhancement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: OAuth Core
-
Labels:None
Description
It would be nice to support multi-account for a given social service (my personal Twitter account and my company's one).
Since it can have an important impact on API design, the hook for this evolution should be created now to be sure we can go in this direction in the futur.
The best would be to keep the standard behavior (single account for a service) as simple as today.
The problem is that OAuth information are stored in OAuthService bean today. The should be separated, so we could have more than one and the information would be easier to persist.