How to integrate vBulletin auth with my site?
Posted
by Exel
on Stack Overflow
See other posts from Stack Overflow
or by Exel
Published on 2010-03-19T11:58:08Z
Indexed on
2010/03/19
12:01 UTC
Read the original article
Hit count: 342
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?
© Stack Overflow or respective owner