Reply to thread

What do you mean by this specifically?


If you generally mean some sort of single sign on type of system (though there would be 2 user DBs maintained: yours and XF's), that would be possible, though it would require a reasonable amount of custom development within XF to handle things like authenticating against your DB, creating XF users, and potentially limiting some changes within XF (like password or email changes).


In terms of the API, there is some overview info here:


[URL unfurl="true"]https://xenforo.com/xf2-docs/dev/rest-api/[/URL]


That then links to the list of endpoints. You can do things like create users, if you wanted to go down the approach of creating a user in XF when they are created in your DB, for example.


Back
Top Bottom