Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
General integration API
It would be interesting if (finally) one project like Vanilla starts to think about and make some API to integrate with other systems.
What I mean is "why to modify table and database to integrate"? It would be simple if the systems are made to accept "calls" like "add user", "change password" and so on. Then every systems will store the specific user information, roles, privileges.
And a system can be passive (accept incoming calls) or active (make calls to others systems). It would be simple to put up a generic API form SSO (single sign on) where a user in a system (eg. the forum) can jump to another system (eg. the gallery) without re-login.
The discussion is open: I made such a system in Java for a customer, and there are many solutions out there. But it would be innovative to make this thing for PHP.
0
This discussion has been closed.
Comments