Hi!
I've got currently a full-working flarum installation (=master-flarum). Now, i want to create another installation (=sub-flarum), but authentication should be done over the master-flarum. (That would be already possible with the API)
And if someone new registers on the sub-flarum, it should be written to the master-flarum.
Also, to think about is a cross-domain login. Meaning if an user performs a login on master-flarum.tld, he also will be logged on sub-flarum.tld and the other way.
Idea behind this is to have multiple installations with different themes, colors, topics or languages.
Any ideas on this?
Thanks!