security - Integrating 3rd-party forum software to member-based website -
When using some existing forum software in a large web site, how easy it is:
1) Log in to your site's login functionality in the forum
2) Register your site's registration functionality Forum login data
I think that in a way it only uses The database of the forum for maintaining users can be easy, but it means sensing The trust with data.
I plan to integrate between an existing Bsko desktop app and a new Beskoc Web site that should include a forum. I do not know which forum will be used but I know that the new web functionality will not be not PHP-based, I think this is not a big deal, but I am wondering if the forum Usually where they seek access data, allow this data to avoid duplicating in my DB and platform DB.
This is usually very easy, but it depends entirely on the forum software you have chosen .
I have both PHP and ASP.NET (C #) that are integrated with PPBB or Weibullin database.
Logging is the easiest part of implementing functionality because the hash is stored in DB (usually a salt too), and you just need to see one field in another and you can Can be certified!
Registration of users is a bit more difficult.
The way I did it was browsing through my source code, what was the need for SQL commands during the registration phase?
In this way, depending on the forum software you have chosen, the difficulty will change, but overall it will not be difficult.
I offer snippets to integrate with PHPBB and VB, but since these are both PHP-based, you said that you are not going to use them.
Comments
Post a Comment