Date:  06/04/2003 07:56:13 PM Msg ID:  001480
From:  FoxWeb Support Thread:  001479
Subject:  Re: Login pass-through
You may pass login information to FoxWeb, by simply including the correct userid and password in the query string.  For example, the following URL will pass the userid and password directly to the Auth object:
 
http://ServerName/SomeProtectedScript.fwx?secUserId=MyUserID&secPassword=MyPass
 

FoxWeb Support Team
support@foxweb.com email

Sent by Cas Nuy on 06/04/2003 01:28:29 AM:
We are lookint at using a CMS system within our IT community and in addition we have a number of apps written with Foxweb which we clearly want to keep on using.
Both CMS and Foxweb use authentication, you probably already guessed where i am heading, is there a way of automatically validating the CMS user within Foxweb with something like the authenticate function (auth.authenticate ('userid','password') ) ?
If not yet available, can this be made available in the next release ?
 
Thanks,
 
Cas