How to integrate vBulletin auth with my site?
- by Exel
Hello,
I need to use vBulletin auth system on the rest of my site.
Does vB has any APIs for that?
Im expecting to find something like that:
if($vBulletin->isAuthenticated())
{
// user authenticated
}
In case of vB does not have such API, is there any other ways to check if user is authenticated?