Cross-channel user management
uezo opened this issue · 1 comments
uezo commented
channel: LINE / uid: A => minette_uid: user01
channel: FB / uid: B => minette_uid: user02
channel: FB / uid: C => minette_uid: user03
If LINE/A and FB/C is the same user and to treat as the same user in the botapp, then I have to change user_id_mapper table directly.
I want to customize the mapping rule easily without SQL.
uezo commented
If you have to share data between each channels, the data should be saved in other data stores instead. Not in the user repository or some stores managed by minette framework.