vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Multiple Forums, 1 shared login (https://vborg.vbsupport.ru/showthread.php?t=128574)

csdev 10-08-2006 03:40 PM

Multiple Forums, 1 shared login
 
I need to find a way to allow a number of completely independant VB forums to share a common login so that you log in once and are then logged in to all the forums. Users will have a global login user/pass, but on each individual forum they can have a different username.

I realise that VB was never designed to do this and I have not seen any existing hacks that do this, so I need some advice from you pros about the best way to tackle this problem.

Looking at how VB handles logins, sessions and cookies I think the best way to achieve this is have a central authentication server (with web+mysql) then in embed an invisible image in every page on each forum that will create a cookie on the auth server (system will only support cookie auth).

Then I will need to write a hack so that instead of reading the local session information from the local DB the forums will query the central auth server for session info (either via remote mysql or curl).

Any comments / ideas about the viablity of this project? I would appreciate some experienced opinions.


All times are GMT. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01149 seconds
  • Memory Usage 1,699KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete